menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Motifdepassement'); $this->societeuser = new Societeuser(); } public function index() { $motifs = $this->societeuser->getMotifsDepassement(); $chemin = $this->menuvue->getChemin('Motifdepassement'); $this->genererVue(array( 'motifs' => $motifs ,'chemin' => $chemin )); } }