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(); }
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(); }
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(); }
function Iht_upload_Model() { parent::Model(); $this->obj =& get_instance(); $this->_init_Iht_upload(); }
function Iht_area_Model() { parent::Model(); $this->obj =& get_instance(); $this->_init_Iht_area(); }
function Category_Model() { parent::Model(); $this->obj =& get_instance(); $this->_init_Category(); }
function Iht_video_Model() { parent::Nny_Model(); $this->obj =& get_instance(); $this->_init_Iht_video(); }
function Iht_contact_Model() { parent::Model(); $this->obj =& get_instance(); $this->_init_Iht_contact(); }