menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Etatssyntheses'); $this->etat = new Statistique(); } public function index() { $etats = $this->etat->getListeEtatSynthese(); $chemin = $this->menuvue->getChemin('Etatssyntheses'); $this->genererVue(array('etats' => $etats, 'chemin' => $chemin)); } }