menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Facturecons'); $_SESSION['idFacture_C'] = "0"; } public function index() { $chemin = $this->menuvue->getChemin('Facturecons'); $this->genererVue(array('chemin' => $chemin)); } }