コード例 #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
ファイル: Vacancies.php プロジェクト: ramarb/jobpost
 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');
 }