menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Profilutilisateur'); $this->utilisateur = new Utilisateur(); $this->profil = (new Profil())->getListe(); } public function index() { $listeutilisateur= $this->utilisateur->getUtilisateursProfil(""); $chemin = $this->menuvue->getChemin('Profilutilisateur'); $this->genererVue(array('profil' => $this->profil, 'listeutilisateur' => $listeutilisateur, 'chemin' => $chemin)); } }