function __construct(&$_db) { parent::__construct('#__ksenmart_payments', 'id', $_db); }
function __construct(&$_db) { parent::__construct('#__ksenmart_currencies', 'id', $_db); }
/** * Constructor * * @since 1.5 */ function __construct(&$_db) { parent::__construct('#__ksenmart_products_categories', 'id', $_db); //$date = JFactory::getDate(); }
function __construct(&$_db) { parent::__construct('#__ksenmart_products_child_groups', 'id', $_db); }
/** * Constructor * * @since 1.5 */ function __construct(&$_db) { parent::__construct('#__ksenmart_shipping_fields_values', 'id', $_db); //$date = JFactory::getDate(); }
function __construct(&$_db) { parent::__construct('#__ksenmart_order_statuses', 'id', $_db); }
/** * Constructor * * @since 1.5 */ function __construct(&$_db) { parent::__construct('#__ksenmart_property_values', 'id', $_db); //$date = JFactory::getDate(); }
function __construct(&$_db) { parent::__construct('#__ksenmart_comment_rates_values', 'id', $_db); }
function __construct(&$_db) { parent::__construct('#__ksenmart_manufacturers', 'id', $_db); }
function __construct(&$_db) { parent::__construct('#__ksenmart_shippings', 'id', $_db); }