예제 #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();
 }
예제 #2
0
 function Iht_video_Model()
 {
     parent::Nny_Model();
     $this->obj =& get_instance();
     $this->_init_Iht_video();
 }