menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Creercentregestion'); $this->societeuser = new Societeuser(); $this->langue = new Langue(); } public function index() { $langue = $this->langue->getListe(); $villes = array(); $pays = $this->societeuser->getPays(); $typeSociete = $this->societeuser->gettypeSociete(); $chemin = $this->menuvue->getChemin('Creercentregestion'); $this->genererVue(array('langue' => $langue, 'chemin' => $chemin, 'villes' => $villes, 'pays' => $pays, 'typeSociete' => $typeSociete)); } }