コード例 #1
0
ファイル: payments.php プロジェクト: JexyRu/Ksenmart
 function __construct(&$_db)
 {
     parent::__construct('#__ksenmart_payments', 'id', $_db);
 }
コード例 #2
0
ファイル: currencies.php プロジェクト: JexyRu/Ksenmart
 function __construct(&$_db)
 {
     parent::__construct('#__ksenmart_currencies', 'id', $_db);
 }
コード例 #3
0
ファイル: productcategories.php プロジェクト: JexyRu/Ksenmart
 /**
  * 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
ファイル: orderstatuses.php プロジェクト: JexyRu/Ksenmart
 function __construct(&$_db)
 {
     parent::__construct('#__ksenmart_order_statuses', 'id', $_db);
 }
コード例 #7
0
ファイル: propertiesvalues.php プロジェクト: JexyRu/Ksenmart
 /**
  * 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
ファイル: manufacturers.php プロジェクト: JexyRu/Ksenmart
 function __construct(&$_db)
 {
     parent::__construct('#__ksenmart_manufacturers', 'id', $_db);
 }
コード例 #10
0
ファイル: shippings.php プロジェクト: JexyRu/Ksenmart
 function __construct(&$_db)
 {
     parent::__construct('#__ksenmart_shippings', 'id', $_db);
 }