diff --git a/WEB/index.php b/WEB/index.php index 6788f56c..186b2516 100644 --- a/WEB/index.php +++ b/WEB/index.php @@ -5,7 +5,12 @@ Autoload::charger(); echo "test"; -$control = new FrontController(); +$db = new Connection(); +$db->exec('INSERT INTO Utilisateur VALUES ("e","e","e", false)'); +$res = $db->exec('SELECT * FROM Utilisateur'); +echo $res; + +// $control = new FrontController(); //session_regenerate_id(true);