This commit is contained in:
KANE LAZENI 2026-02-22 10:57:07 +00:00
parent 63e3d06b6e
commit 182d503aa0

View File

@ -24,6 +24,16 @@ abstract class Modelecontestation
$dsn = Configuration::get("dsn");
$login = Configuration::get("login");
$mdp = Configuration::get("mdp");
var_dump(
array(
"dsn" => $dsn,
"login" => $login,
"mdp" => $mdp,
)
);
self::$bdd = new PDO
(
$dsn,