menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Consultertableauprestation'); $this->college_temp = new College_temp(); } public function index() { $idCollege = $_SESSION['idCollege_C']; $tableau_prestations = $this->college_temp->gettableauprestationscollege($idCollege); $this->genererVue(array('tableau_prestations' => $tableau_prestations)); } }