From debc1f5beb12278fe381724cd3e4de64a6c7e768 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sun, 4 Jan 2026 17:48:43 +0000 Subject: [PATCH] a --- Controleur/ControleurLiercolleges.php | 22 ++++++++++++++++++++++ Vue/Liercolleges/index.php | 20 ++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 Controleur/ControleurLiercolleges.php create mode 100644 Vue/Liercolleges/index.php diff --git a/Controleur/ControleurLiercolleges.php b/Controleur/ControleurLiercolleges.php new file mode 100644 index 0000000..fb8dc2e --- /dev/null +++ b/Controleur/ControleurLiercolleges.php @@ -0,0 +1,22 @@ +menuvue = new Menuvueutilisateur(); + $this->menuvue->getMenuVue('Liercolleges'); + + $this->college = (new Collegepolice())->getListe($_SESSION['idPolice_C']); + } + + public function index() { + $idPolice = $_SESSION['idPolice_C']; + + $this->genererVue(array('college' => $this->college)); + } + +} \ No newline at end of file diff --git a/Vue/Liercolleges/index.php b/Vue/Liercolleges/index.php new file mode 100644 index 0000000..069c0ab --- /dev/null +++ b/Vue/Liercolleges/index.php @@ -0,0 +1,20 @@ +titre = "INTER-SANTE - Lier collèges"; ?> + + + + + + + + + + + +
+ +
+ +
+