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