Example #1
0
 /** Class constructor
  * 
  * @param handler $db
  * @param number $store_dbid
  * @param number $franchiser_id
  */
 function __construct($db)
 {
     $this->db = $db;
     $this->input = $db->input_factory();
 }
Example #2
0
 /** Class Constructor
  * 
  * @param handler $db
  * @param int $id
  * @param int $store_dbid
  */
 function __construct($db)
 {
     $this->db = $db;
     $this->input = $db->input_factory();
     //$this->set_Inactive();
 }