adherent_temp = new Adherent_temp(); } public function index() { $idCollege = $this->requete->getParametreFormulaire("idCollege"); $dateEntree = $this->requete->getParametreDate("dateEntree"); $primeBase = $this->requete->getParametreFormulaire("primeBase", "numerique"); $codeTypeEcheancier = $this->requete->getParametreFormulaire("codeTypeEcheancier"); $primes_adherent_temp = $this->adherent_temp->recapadherentfamilialetemp($idCollege, $dateEntree, $primeBase, $codeTypeEcheancier); $this->genererVueAjax(array('primes_adherent_temp' => $primes_adherent_temp)); } }