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); $chemin = $this->menuvue->getChemin('Spcollege'); $this->genererVue(array('spcollege' => $spcollege, 'chemin' => $chemin)); } }