menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue("Adherentbeneficiaire"); $this->police = new Police(); $this->beneficiaire = new beneficiaire(); $this->quittance = new Quittance(); $_SESSION['modeDevis'] = "0"; } public function index() { $numeroAdherent = $_SESSION["numeroAdherent_C"]; $beneficiaires = $this->beneficiaire->getBeneficiairesAdh($numeroAdherent); $this->genererVue(array('beneficiaires' => $beneficiaires)); } }