menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Batchdroitsass'); $this->utilisateur = new Utilisateur(); } public function index() { $profils = $this->utilisateur->getListeProfil(); $chemin = $this->menuvue->getChemin('Batchdroitsass'); $this->genererVue(array('profils' => $profils, 'chemin' => $chemin)); } }