college_temp = new College_temp(); } public function index() { $idCollege = $this->requete->getParametreFormulaire("idCollege"); $prestatairetms= $this->college_temp->getprestatairetm($idCollege); $this->genererVueAjax(array('prestatairetms' => $prestatairetms)); } }