college_temp = new College_temp(); } public function index() { $idCollegeTemp = $_SESSION['idCollegeTemp']; $nouvLibelleCollege = $this->requete->getParametreFormulaire("nouvLibelleCollege"); $this->college_temp->maj_libelle_college($idCollegeTemp, $nouvLibelleCollege); } }