menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue("Spcollege"); $this->spcollege = new Collegepolice(); } public function index() { $idCollege = $_SESSION['p_idCollege']; $spcollege = $this->spcollege->getRapportSpCollege($idCollege); $this->genererVue(array('spcollege' => $spcollege)); } }