Example #1
0
 function __construct(&$_db)
 {
     parent::__construct('#__ksenmart_payments', 'id', $_db);
 }
Example #2
0
 function __construct(&$_db)
 {
     parent::__construct('#__ksenmart_currencies', 'id', $_db);
 }
Example #3
0
 /**
  * Constructor
  *
  * @since	1.5
  */
 function __construct(&$_db)
 {
     parent::__construct('#__ksenmart_products_categories', 'id', $_db);
     //$date = JFactory::getDate();
 }
Example #4
0
 function __construct(&$_db)
 {
     parent::__construct('#__ksenmart_products_child_groups', 'id', $_db);
 }
Example #5
0
 /**
  * Constructor
  *
  * @since	1.5
  */
 function __construct(&$_db)
 {
     parent::__construct('#__ksenmart_shipping_fields_values', 'id', $_db);
     //$date = JFactory::getDate();
 }
Example #6
0
 function __construct(&$_db)
 {
     parent::__construct('#__ksenmart_order_statuses', 'id', $_db);
 }
Example #7
0
 /**
  * Constructor
  *
  * @since	1.5
  */
 function __construct(&$_db)
 {
     parent::__construct('#__ksenmart_property_values', 'id', $_db);
     //$date = JFactory::getDate();
 }
Example #8
0
 function __construct(&$_db)
 {
     parent::__construct('#__ksenmart_comment_rates_values', 'id', $_db);
 }
Example #9
0
 function __construct(&$_db)
 {
     parent::__construct('#__ksenmart_manufacturers', 'id', $_db);
 }
Example #10
0
 function __construct(&$_db)
 {
     parent::__construct('#__ksenmart_shippings', 'id', $_db);
 }