facture = new Facturegarant(); } public function index() { $idEntetefacturegarant = $this->requete->getParametreFormulaire("idEntete"); $codeTypeFacturationGarant = $this->requete->getParametreFormulaire("codeTypeFacture"); $codeConvention = $this->requete->getParametreFormulaire("codeConvention"); $_SESSION['idEntetefacturegarant_F'] = $idEntetefacturegarant; $_SESSION['codeTypeFacturationGarant_F'] = $codeTypeFacturationGarant; $conventions = $this->facture->getTypeConvention($codeTypeFacturationGarant); $this->genererVueAjax(array( 'conventions' => $conventions, 'codeConvention' => $codeConvention, )); } }