menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue("Paramhabilitation"); $_SESSION['modeDevis'] = "0"; } public function index() { $chemin = $this->menuvue->getChemin('Paramhabilitation'); $this->genererVue(array('chemin' => $chemin)); } }