menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Facturesfamilleadh'); $this->facture = new Facture(); } public function index() { $idAdherent = $_SESSION['idAdherent_C']; $d1 = $_SESSION['dUneSemaineAvant_C']; $d2 = date('Y-m-d'); $factures = $this->facture->getfacturesfamille($idAdherent, $d1, $d2) ; $chemin = $this->menuvue->getChemin('Facturesfamilleadh'); $this->genererVue(array('factures' => $factures, 'chemin' => $chemin)); } }