menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Pagetmcollegeprestataire'); $this->police = new Police(); } public function index() { $polices = $this->police->getListePoliceTarifAutre(); $tmcollege = $this->police->getTmcollegeprestataire(); $colleges = array(); $chemin = $this->menuvue->getChemin('Pagetmcollegeprestataire'); $this->genererVue(array( 'polices' => $polices, 'colleges' => $colleges, 'tmcollege' => $tmcollege ,'chemin' => $chemin )); } }