menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Remboursementclassique'); $this->facture = new Facture(); $this->adherent = new Adherent(); $this->ben = new Beneficiaire(); } public function index() { $d1 = $_SESSION['dUneSemaineAvant_C']; $d2 = date('Y-m-d'); $this->genererVue(); } }