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