tarif = new Tarifsactes(); $this->college_temp = new College_temp(); } public function index() { $codeTypeTarifActe = $this->requete->getParametreFormulaire('codeTypeTarifActe'); $tarifacte = $this->tarif->getTarifActeByType($codeTypeTarifActe); $idCollegeTemp = $_SESSION['idCollegeTemp']; $collegeTemp = $this->college_temp->getCollegeTemp($idCollegeTemp); $this->genererVueAjax(array( 'tarifacte' => $tarifacte, 'collegeTemp' => $collegeTemp )); } }