menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Consultercollege'); $this->college_temp = new College_temp(); $this->produit = (new Produit())->getListe(); $this->rachattm = (new Ouinon())->getListe(); } public function index() { require_once $_SESSION['dossierSociete'].'/Tarifs/Controleur/Consultercollegeindex.php'; } }