college_temp = new College_temp(); } public function index() { $idAdherent = $_SESSION['idAdherent_C']; $idCollege = $this->requete->getParametreFormulaire("idCollege"); $collegeTemp = $this->college_temp->changer_college_temp($idAdherent, $idCollege); $this->genererVueAjax(array('collegeTemp' => $collegeTemp)); } }