menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue("Fichegcassureur"); $this->gc = new Gestionconfiee(); $_SESSION['modeDevis'] = "0"; } public function index() { $idGc = $this->requete->getParametreFormulaire("id"); $gc = $this->gc->getGcAssureurId($idGc); $this->genererVue(array('gc' => $gc)); } }