menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Parambons'); $this->typebon = new Typebon(); } public function index() { $typebons = $this->typebon->getTypebonParam(); $chemin = $this->menuvue->getChemin('Parambons'); $this->genererVue(array('typebons' => $typebons ,'chemin' => $chemin )); } }