menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Derogationmedicement'); $this->college = new Collegepolice(); $this->police = new Police(); $_SESSION['modeDevis'] = "0"; } public function index() { $idPolice = $_SESSION['idPolice_C']; $police = $this->police->getPoliceIdSimple($idPolice); $colleges = $this->college->getCollegesPolice($idPolice); $this->genererVue(array('police' => $police, 'colleges' => $colleges)); } }