menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue("Infoadherent"); $this->police = new Police(); $this->adh = new adherent(); $this->quittance = new Quittance(); $_SESSION['modeDevis'] = "0"; } public function index() { $idAdherent = $_SESSION["idAdherent_C"]; $adherents = $this->requete->getParametreFormulaire("adherents"); $adherents = $this->adh->getAdherentSimple($adherents); $this->genererVue(array('adherents' => $adherents)); } }