예제 #1
0
파일: Message.php 프로젝트: jsbj708/mifan
 public function __construct()
 {
     parent::__construct();
     $this->load->helper('email');
     $this->load->model('user_model');
     $this->load->model('message_model');
 }
예제 #2
0
파일: Feedinfo.php 프로젝트: jsbj708/mifan
 public function __construct()
 {
     parent::__construct();
     $this->load->model('user_model');
     $this->load->model('ask_model');
 }