menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue("Listeavenant"); $this->police = new Police(); $this->avenant = new Avenant(); } public function index() { $idPolice = $_SESSION['idPolice_C']; $this->police->getContextePoliceId($idPolice); $police = $this->police->getPoliceId($idPolice); $avenants = $this->avenant->getAvenant($idPolice); $this->genererVue(array('police' => $police, 'avenants' => $avenants)); } }