groupe = new Groupeprestataire(); } public function index() { $idClient = $this->requete->getParametreFormulaire("idClient"); $codeTarifActe = $this->requete->getParametreFormulaire("codeTarifActe"); $_SESSION['idClient_C'] = $idClient; $_SESSION['codeTarifActe_C'] = $codeTarifActe; $groupes = $this->groupe->getGroupePrestataireComposanteTarif($codeTarifActe); $this->genererVueAjax(array('groupes' => $groupes)); } }