menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Creergcpolice'); $this->gc = new Gestionconfiee(); } public function index() { $idPolice = $this->requete->getParametreFormulaire("id"); $_SESSION['idPolice_C'] = $idPolice; $gc = $this->gc->getListe() ; $this->genererVue(array('gc' => $gc)); } }