college_temp2 = new College_temp(); } public function index() { $idCollegeTemp = $_SESSION['p_idCollegeTemp']; $tableau_prestations = $this->college_temp2->getPrestation($idCollegeTemp); $this->genererVueAjax(array('tableau_prestations' => $tableau_prestations)); } }