menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Gcredressements'); $this->gc = new Gestionconfiee(); } public function index() { $gc = $this->gc->getListe() ; $chemin = $this->menuvue->getChemin('Gcredressements'); $this->genererVue(array('gc' => $gc ,'chemin' => $chemin)); } }