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