menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue("Choisirpolice"); $this->police = new Police(); } public function index() { $vue = $_SESSION["vueActive"]; $polices = $this->police->getPoliceRh(); $this->genererVue(array('vue' => $vue, 'polices' => $polices)); } }