menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue("Syntheseconsopolice"); $this->sppolice = new Police(); } public function index() { $idPolice = $_SESSION['idPolice_C']; $dj = date("Y-m-d"); $sppoliceentete = $this->sppolice->getRapportSpPoliceEntete($idPolice, $dj); $chemin = $this->menuvue->getChemin('Syntheseconsopolice'); $this->genererVue(array('sppoliceentete' => $sppoliceentete, 'chemin' => $chemin)); } }