Exemple #1
0
 function TiendaTableUsers(&$db)
 {
     $tbl_key = 'id';
     $tbl_suffix = 'users';
     $this->set('_suffix', $tbl_suffix);
     parent::__construct("#__{$tbl_suffix}", $tbl_key, $db);
 }
Exemple #2
0
 function TiendaTableTaxclasses(&$db)
 {
     $tbl_key = 'tax_class_id';
     $tbl_suffix = 'taxclasses';
     $this->set('_suffix', $tbl_suffix);
     $name = 'tienda';
     parent::__construct("#__{$name}_{$tbl_suffix}", $tbl_key, $db);
 }
 function TiendaTableProductCommentsHelpfulness(&$db)
 {
     $tbl_key = 'productcommentshelpfulness_id';
     $tbl_suffix = 'productcommentshelpfulness';
     $this->set('_suffix', $tbl_suffix);
     $name = "tienda";
     parent::__construct("#__{$name}_{$tbl_suffix}", $tbl_key, $db);
 }
Exemple #4
0
 function TiendaTableGeozonetypes(&$db)
 {
     $tbl_key = 'geozonetype_id';
     $tbl_suffix = 'geozonetypes';
     $this->set('_suffix', $tbl_suffix);
     $name = 'tienda';
     parent::__construct("#__{$name}_{$tbl_suffix}", $tbl_key, $db);
 }
Exemple #5
0
 function TiendaTableConfig(&$db)
 {
     $tbl_key = 'config_id';
     $tbl_suffix = 'config';
     $this->set('_suffix', $tbl_suffix);
     $name = "tienda";
     parent::__construct("#__{$name}_{$tbl_suffix}", $tbl_key, $db);
 }
 function TiendaTableReviewHelpfulness(&$db)
 {
     $tbl_key = 'helpfulness_id';
     $tbl_suffix = 'reviewhelpfulness';
     $this->set('_suffix', $tbl_suffix);
     $name = "tienda";
     parent::__construct("#__{$name}_{$tbl_suffix}", $tbl_key, $db);
 }
Exemple #7
0
 function TiendaTableCurrencies(&$db)
 {
     $tbl_key = 'currency_id';
     $tbl_suffix = 'currencies';
     $this->set('_suffix', $tbl_suffix);
     $name = 'tienda';
     parent::__construct("#__{$name}_{$tbl_suffix}", $tbl_key, $db);
 }
Exemple #8
0
 function TiendaTableSubscriptions(&$db)
 {
     $tbl_key = 'subscription_id';
     $tbl_suffix = 'subscriptions';
     $this->set('_suffix', $tbl_suffix);
     $name = 'tienda';
     parent::__construct("#__{$name}_{$tbl_suffix}", $tbl_key, $db);
 }
Exemple #9
0
 function TiendaTablePosRequests(&$db)
 {
     $tbl_key = 'pos_id';
     $tbl_suffix = 'posrequests';
     $this->set('_suffix', $tbl_suffix);
     $name = 'tienda';
     parent::__construct("#__{$name}_{$tbl_suffix}", $tbl_key, $db);
 }
Exemple #10
0
 function TiendaTableProductQuantities(&$db)
 {
     $tbl_key = 'productquantity_id';
     $tbl_suffix = 'productquantities';
     $this->set('_suffix', $tbl_suffix);
     $name = 'tienda';
     parent::__construct("#__{$name}_{$tbl_suffix}", $tbl_key, $db);
 }
Exemple #11
0
 function TiendaTableShippingRates(&$db)
 {
     $tbl_key = 'shipping_rate_id';
     $tbl_suffix = 'shippingrates';
     $this->set('_suffix', $tbl_suffix);
     $name = 'tienda';
     parent::__construct("#__{$name}_{$tbl_suffix}", $tbl_key, $db);
 }
 function TiendaTableProductAttributeOptions(&$db)
 {
     $tbl_key = 'productattributeoption_id';
     $tbl_suffix = 'productattributeoptions';
     $this->set('_suffix', $tbl_suffix);
     $name = 'tienda';
     parent::__construct("#__{$name}_{$tbl_suffix}", $tbl_key, $db);
 }
Exemple #13
0
 /**
  * @param $db
  * @return unknown_type
  */
 function TiendaTableOrders(&$db)
 {
     $tbl_key = 'order_id';
     $tbl_suffix = 'orders';
     $this->set('_suffix', $tbl_suffix);
     $name = 'tienda';
     parent::__construct("#__{$name}_{$tbl_suffix}", $tbl_key, $db);
 }
Exemple #14
0
 function TiendaTableUnexServices(&$db)
 {
     $tbl_key = 'service_id';
     $tbl_suffix = 'unexservices';
     $this->set('_suffix', $tbl_suffix);
     $name = 'tienda';
     parent::__construct("#__{$name}_{$tbl_suffix}", $tbl_key, $db);
 }
Exemple #15
0
 function TiendaTableProductDownloads(&$db)
 {
     $tbl_key = 'productdownload_id';
     $tbl_suffix = 'productdownloads';
     $this->set('_suffix', $tbl_suffix);
     $name = 'tienda';
     parent::__construct("#__{$name}_{$tbl_suffix}", $tbl_key, $db);
 }
 function TiendaTableShippingMethodsWeightbased(&$db)
 {
     $tbl_key = 'shipping_method_weightbased_id';
     $tbl_suffix = 'shippingmethods_weightbased';
     $this->set('_suffix', $tbl_suffix);
     $name = 'tienda';
     parent::__construct("#__{$name}_{$tbl_suffix}", $tbl_key, $db);
 }
Exemple #17
0
 function TiendaTableEavAttributes(&$db)
 {
     $tbl_key = 'eavattribute_id';
     $tbl_suffix = 'eavattributes';
     $this->set('_suffix', $tbl_suffix);
     $name = 'tienda';
     parent::__construct("#__{$name}_{$tbl_suffix}", $tbl_key, $db);
 }
Exemple #18
0
 function TiendaTableUserInfo(&$db)
 {
     $tbl_key = 'user_info_id';
     $tbl_suffix = 'userinfo';
     $this->set('_suffix', $tbl_suffix);
     $name = 'tienda';
     parent::__construct("#__{$name}_{$tbl_suffix}", $tbl_key, $db);
 }
Exemple #19
0
 public function __construct($db = null, $tbl_name = null, $tbl_key = null)
 {
     $tbl_key = 'address_id';
     $tbl_suffix = 'addresses';
     $this->set('_suffix', $tbl_suffix);
     $name = 'tienda';
     if (empty($db)) {
         $db = JFactory::getDBO();
     }
     parent::__construct("#__{$name}_{$tbl_suffix}", $tbl_key, $db);
 }
Exemple #20
0
 function TiendaTableReports(&$db)
 {
     if (version_compare(JVERSION, '1.6.0', 'ge')) {
         // Joomla! 1.6+ code here
         $tbl_key = 'extension_id';
         $tbl_suffix = 'extensions';
     } else {
         // Joomla! 1.5 code here
         $tbl_key = 'id';
         $tbl_suffix = 'plugins';
     }
     $this->set('_suffix', $tbl_suffix);
     parent::__construct("#__{$tbl_suffix}", $tbl_key, $db);
 }
Exemple #21
0
 public function __construct($db = null, $tbl_name = null, $tbl_key = null)
 {
     if (version_compare(JVERSION, '1.6.0', 'ge')) {
         // Joomla! 1.6+ code here
         $tbl_key = 'extension_id';
         $tbl_suffix = 'extensions';
     } else {
         // Joomla! 1.5 code here
         $tbl_key = 'id';
         $tbl_suffix = 'plugins';
     }
     $this->set('_suffix', 'shipping');
     if (empty($db)) {
         $db = JFactory::getDBO();
     }
     parent::__construct("#__{$tbl_suffix}", $tbl_key, $db);
 }