menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue("Plafondadherent"); $this->adherent = new Adherent(); $this->garantieadherent = new Garantieadherent(); } public function index() { $idAdherent = $_SESSION['p_idAdherent_C']; $adherent = $this->adherent->getContexteAdherentId($idAdherent); $garantieadherents = $this->garantieadherent->getGarantieAdherent($idAdherent); // $totalgarantieadherent = $this->garantieadherent->getTotalGarantieAdherent($idAdherent); /* $this->genererVue(array('adherent' => $adherent, 'garantieadherents' => $garantieadherents, 'totalgarantieadherent' => $totalgarantieadherent)); */ $this->genererVue(array('adherent' => $adherent, 'garantieadherents' => $garantieadherents)); } }