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