ententeprealable = new Ententeprealable(); } public function index() { $idBeneficiaire = $this->requete->getParametre("idBeneficiaire"); $factures = $this->ententeprealable->getdernieresfacturesoptiques($idBeneficiaire) ; $this->genererVueAjax(array('factures' => $factures)); } }