menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Creercolleged'); $this->college_temp = new College_temp_d(); $this->tarif = new Tarif(); $this->produit = new Produit(); $this->rachattm = (new Ouinon())->getListe(); $this->ouinonbudget = (new Ouinon())->getListe(); $this->ouinonimposerplafond = (new Ouinon())->getListe(); $this->reseausoins = new Reseausoins(); $this->tarifacte = new Tarifsactes(); $this->periodicite = new periodicite(); $_SESSION['modeDevis'] = "1"; } public function index() { require_once $_SESSION['dossierSociete'].'/Tarifs/Controleur/Creercollegedindex.php'; } public function initcollege() { require_once $_SESSION['dossierSociete'].'/Tarifs/Controleur/Creercollegedinitcollege.php'; } public function enregistrer() { require_once $_SESSION['dossierSociete'].'/Tarifs/Controleur/Creercollegedenregistrer.php'; } }