menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Modifiercolleged'); $this->college_temp = new College_temp_d(); $this->tarif = new Tarif(); $this->produit = (new Produit())->getListe(); $this->rachattm = (new Ouinon())->getListe(); $this->ouinonimposerplafond = (new Ouinon())->getListe(); $_SESSION['modeDevis'] = "1"; } public function index() { require_once $_SESSION['dossierSociete'].'/Tarifs/Controleur/Modifiercollegedindex.php'; } public function enregistrer() { require_once $_SESSION['dossierSociete'].'/Tarifs/Controleur/Modifiercollegedenregistrer.php'; } }