Esempio n. 1
0
 function getAllVacancy()
 {
     $this->load->model('Vacancy');
     $vacancy = new Vacancy();
     $vacancy->getAllVacancy();
 }