-
Notifications
You must be signed in to change notification settings - Fork 63
Model
Florian Voutzinos edited this page Sep 25, 2013
·
2 revisions
<?php
$productTable = RModel::getAutoInstance('Configuration');will get an instance of the backend or frontend model RedshopModelConfiguration if the option is com_redshop.
<?php
$productTable = RModel::getAdminInstance('Configuration');will get an instance of the backend model RedshopModelConfiguration if the option is com_redshop.
<?php
$productTable = RModel::getFrontInstance('Configuration');will get an instance of the frontend model RedshopModelConfiguration if the option is com_redshop.
redCORE documentation menu: