menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Caracteristiquesecte'); $this->familleacte = new Familleacte(); } public function index() { $familleacte = $this->familleacte->getListeCode(); $chemin = $this->menuvue->getChemin('Caracteristiquesecte'); $this->genererVue(array('familleacte' => $familleacte, 'chemin' => $chemin)); } }