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