facture = new Facture(); } public function index() { $idAdherent = $_SESSION['idAdherent_C']; $d1 = $this->requete->getParametreDate("d1"); $d2 = $this->requete->getParametreDate("d2"); $factures = $this->facture->getfacturesfamille($idAdherent, $d1, $d2) ; $this->genererVueAjax(array('factures' => $factures)); } }