-
Notifications
You must be signed in to change notification settings - Fork 63
Table
Florian Voutzinos edited this page Sep 25, 2013
·
1 revision
<?php
$productTable = RTable::getAutoInstance('Product');will get an instance of the backend or frontend table RedshopTableProduct if the option is com_redshop.
<?php
$productTable = RTable::getAdminInstance('Product');will get an instance of the backend table RedshopTableProduct if the option is com_redshop.
<?php
$productTable = RTable::getFrontInstance('Product');will get an instance of the frontend table RedshopTableProduct if the option is com_redshop.
redCORE documentation menu: