police = new Police(); } public function index() { $idPolice = $this->requete->getParametreFormulaire("idPolice"); $colleges = $this->police->getListeCollegePolice($idPolice); $this->genererVueAjax(array('colleges' => $colleges)); } }