menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Modifiercollege'); $this->college_temp = new College_temp(); $this->tarif = new Tarif(); $this->produit = new Produit(); $this->rachattm = (new Ouinon())->getListe(); $this->ouinonimposerplafond = (new Ouinon())->getListe(); $this->reseausoins = new Reseausoins(); $this->tarifacte = new Tarifsactes(); $this->periodicite = new periodicite(); $_SESSION['modeDevis'] = "0"; } public function index() { require_once $_SESSION['dossierSociete'].'/Tarifs/Controleur/Modifiercollegeindex.php'; } public function enregistrer() { require_once $_SESSION['dossierSociete'].'/Tarifs/Controleur/Modifiercollegeenregistrer.php'; } }