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