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