ententeprealable = new Ententeprealable(); } public function index() { $codePrestataire = $this->requete->getParametreFormulaire("codePrestataire"); $codeReponseAutorisation = $this->requete->getParametreFormulaire("codeReponseAutorisation"); $_SESSION['codePrestataire_C'] = $codePrestataire; $debut = $this->requete->getParametreDate("debut"); $fin = $this->requete->getParametreDate("fin"); $ententeprealables = $this->ententeprealable->getActesExclus($codePrestataire, $codeReponseAutorisation, $debut, $fin); $this->genererVueAjax(array('ententeprealables' => $ententeprealables)); } }