From 929b112717f05fa8ba120b490292a222cd8c54cc Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Mon, 22 Dec 2025 14:47:08 +0000 Subject: [PATCH] a --- Controleur/ControleurRendezvous.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Controleur/ControleurRendezvous.php b/Controleur/ControleurRendezvous.php index b0dc9ae..ce9c312 100755 --- a/Controleur/ControleurRendezvous.php +++ b/Controleur/ControleurRendezvous.php @@ -21,6 +21,15 @@ class ControleurRendezvous extends Controleur { public function index() { $idDemandeRdv = $_SESSION['idDemandeRdv'] ?? '0'; + + var_dump + ( + array + ( + "idDemandeRdv" => $idDemandeRdv, + ) + ); + exit(); $benficiaires = $this->rendezvous->getBeneficaire();