menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Modifautresparametresgeneraux'); $this->societeuser = new Societeuser(); } public function index() { $codeSociete = $_SESSION['codeSociete']; $societeuser = $this->societeuser->getVwSocieteuser($codeSociete); $chemin = $this->menuvue->getChemin('Modifautresparametresgeneraux'); $this->genererVue(array('societeuser' => $societeuser ,'chemin' => $chemin )); } }