menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Commanderbon'); $this->typebon = new Typebon(); } public function index() { $typebon = $this->typebon->getListe(); $this->genererVue(array('typebon' => $typebon)); } }