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"; ?> + + + + + + + + + + + +
+ +
+ +
+