예제 #1
0
파일: Talents.php 프로젝트: ramarb/jobpost
 public function __construct()
 {
     $this->controller = 'talents';
     parent::__construct();
     $this->load->model('Users_model', 'users');
     $this->load->model('Files_model', 'file');
 }
예제 #2
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('Users_model', 'users');
     $this->load->model('Vacancies_model', 'vacancies');
     $this->load->model('Miscellaneous_model', 'miscellaneous');
 }
예제 #3
0
파일: Account.php 프로젝트: ramarb/jobpost
 public function __construct()
 {
     parent::__construct();
     $this->load->model('Users_model', 'users');
     $this->load->model('Files_model', 'file');
 }