menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue("Spadherent"); $this->spadherent = new Adherent(); } public function index() { $idAdherent = $_SESSION['p_idAdherent_C']; $spadherent = $this->spadherent->getRapportSpAdherent($idAdherent); $this->genererVue(array('spadherent' => $spadherent)); } }