college = new Collegepolice(); } public function index() { $idCollege = $this->requete->getParametreFormulaire("idCollege"); $codeModeCalculPrime= $this->college->getModeCalculPrime($idCollege); $this->genererVueAjax(array('codeModeCalculPrime' => $codeModeCalculPrime)); } }