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