menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Gcinitfraisgestion'); $this->gc = new Gestionconfiee(); $this->periode = (new Periode)->getListe(); $this->exercice = (new Exercice())->getListe(); } public function index() { $gc = $this->gc->getListe() ; $this->genererVue(array('gc' => $gc, 'periode' => $this->periode, 'exercice' => $this->exercice)); } }