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