menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue("Listeexercices"); $this->police = new Police(); $this->contrat = new Contrat(); } public function index() { $idPolice = $_SESSION['idPolice_C']; $this->police->getContextePoliceId($idPolice); $police = $this->police->getPoliceId($idPolice); $contrats = $this->contrat->getContrat($idPolice); $this->genererVue(array('police' => $police, 'contrats' => $contrats)); } }