menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Nouveauverre'); $this->oui_non = new Ouinon(); } public function index() { $verre_actif = $this->oui_non->getListe(); $chemin = $this->menuvue->getChemin('Nouveauverre'); $this->genererVue(array('verre_actif' => $verre_actif ,'chemin' => $chemin )); } }