Exemple #1
0
 function bind($src, $ignore = array())
 {
     return parent::bind($src, $ignore);
 }
 /**
  * Constructor
  *
  * @since	1.5
  */
 function __construct(&$_db)
 {
     parent::__construct('#__ksenmart_shipping_fields_values', 'id', $_db);
     //$date = JFactory::getDate();
 }
 /**
  * Constructor
  *
  * @since	1.5
  */
 function __construct(&$_db)
 {
     parent::__construct('#__ksenmart_products_categories', 'id', $_db);
     //$date = JFactory::getDate();
 }
 /**
  * Constructor
  *
  * @since	1.5
  */
 function __construct(&$_db)
 {
     parent::__construct('#__ksenmart_product_properties_values', 'id', $_db);
     //$date = JFactory::getDate();
 }