college_temp2 = new College_temp(); } public function index() { $idCollegeTemp = $_SESSION['idCollegeTemp']; $tableau_prestations = $this->college_temp2->getPrestation($idCollegeTemp); $this->genererVueAjax(array('tableau_prestations' => $tableau_prestations)); } public function majtm() { $idPrestation = $this->requete->getParametre("idPrestation"); $tm = $this->requete->getParametreFormulaire("tm"); $this->college_temp2->majtm($idPrestation, $tm); } public function initprestation() { $idCollegeTemp = $_SESSION['idCollegeTemp']; $this->college_temp2->initPrestationCollege($idCollegeTemp); } }