a
This commit is contained in:
parent
f3865da3cd
commit
929b112717
|
|
@ -21,6 +21,15 @@ class ControleurRendezvous extends Controleur {
|
||||||
public function index()
|
public function index()
|
||||||
{
|
{
|
||||||
$idDemandeRdv = $_SESSION['idDemandeRdv'] ?? '0';
|
$idDemandeRdv = $_SESSION['idDemandeRdv'] ?? '0';
|
||||||
|
|
||||||
|
var_dump
|
||||||
|
(
|
||||||
|
array
|
||||||
|
(
|
||||||
|
"idDemandeRdv" => $idDemandeRdv,
|
||||||
|
)
|
||||||
|
);
|
||||||
|
exit();
|
||||||
|
|
||||||
$benficiaires = $this->rendezvous->getBeneficaire();
|
$benficiaires = $this->rendezvous->getBeneficaire();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user