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