garantieadherent = new Garantieadherent(); } public function index() { $idFacture = $this->requete->getParametreFormulaire("idFacture"); $_SESSION['p_idFacture_C'] = $idFacture; $garantieadherents = $this->garantieadherent->getPlafondAvantFactureId($idFacture); $this->genererVueAjax(array('garantieadherents' => $garantieadherents)); } }