menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue("Voirdetailadherents"); $this->gc = new Gestionconfiee(); $_SESSION['modeDevis'] = "0"; } public function index() { $gcs = $this->gc->getGcPolices(); $this->genererVue(array('gcs' => $gcs)); } }