police = new Police(); } public function index() { $idPolice = $this->requete->getParametreFormulaire("idPolice"); $this->police->getContextePoliceId($idPolice); $police = $this->police->getPoliceId($idPolice); $_SESSION['idPoliceAjax'] = $idPolice; } }