Esempio n. 1
0
 function Ci_newsModel()
 {
     parent::Nny_Model();
     //      $this->obj =& get_instance();
     // Initialise or clear class variables.
     // NOTE: Not particularly useful unless you are using model persistence
     $this->_init_Ci_news();
 }
Esempio n. 2
0
 function Nny_catModel()
 {
     parent::Model();
     $this->obj =& get_instance();
     $this->prefix = $this->obj->db->dbprefix;
     // Initialise or clear class variables.
     // NOTE: Not particularly useful unless you are using model persistence
     $this->_init_Nny_cat();
 }
Esempio n. 3
0
 function iht_province_model()
 {
     parent::Model();
     $this->obj =& get_instance();
     // ///////////////////////////////////////////////////////////////////////
     // NOTE: Load database libraries and other libraries and helpers. The
     // NOTE: ...generated code loads the database library as it requires it,
     // NOTE: ...but you may prefer to load here or autoload, In this case
     // NOTE: ...remember to delete all explicit load()s.
     // ///////////////////////////////////////////////////////////////////////
     // Initialise or clear class variables.
     // NOTE: Not particularly useful unless you are using model persistence
     $this->_init_Nny_province();
 }
Esempio n. 4
0
 function Iht_upload_Model()
 {
     parent::Model();
     $this->obj =& get_instance();
     $this->_init_Iht_upload();
 }
Esempio n. 5
0
 function Iht_area_Model()
 {
     parent::Model();
     $this->obj =& get_instance();
     $this->_init_Iht_area();
 }
Esempio n. 6
0
 function Category_Model()
 {
     parent::Model();
     $this->obj =& get_instance();
     $this->_init_Category();
 }
Esempio n. 7
0
 function Iht_video_Model()
 {
     parent::Nny_Model();
     $this->obj =& get_instance();
     $this->_init_Iht_video();
 }
Esempio n. 8
0
 function Iht_contact_Model()
 {
     parent::Model();
     $this->obj =& get_instance();
     $this->_init_Iht_contact();
 }