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