gc = new Gestionconfiee(); } public function index(){ $codeGcAssureur = $this->requete->getParametreFormulaire("codeGcAssureur"); $tauxGarant = $this->gc->gcTauxGarant($codeGcAssureur); $this->genererVueAjax(array('tauxGarant' => $tauxGarant)); } }