This commit is contained in:
KONE SOREL 2025-12-20 14:16:13 +00:00
parent a0207ebdcd
commit 87b328e22c

View File

@ -29,7 +29,7 @@ class Gabary extends Modele {
$request_body = array($_SESSION['codeSociete'], $_SESSION['codeProfil'], $vue); $request_body = array($_SESSION['codeSociete'], $_SESSION['codeProfil'], $vue);
var_dump($request_body); exit(); //var_dump($request_body); exit();
$execu = $this->executerRequete($sql, $request_body); $execu = $this->executerRequete($sql, $request_body);
$menuvue = $execu->fetchAll(); $menuvue = $execu->fetchAll();