Merge branch 'laura' of https://github.com/Yasder5/projet_php into laura

This commit is contained in:
laura.chevillet 2026-02-25 15:28:27 +01:00
commit 4d834823e7
123 changed files with 2589 additions and 13232 deletions

View file

@ -9,7 +9,6 @@
$strCtrl = $_GET['ctrl']??'project';
$strMethod = $_GET['action']??'home';
$intId = $_GET['id']??null;
$boolError = false;
$strFileName = "./controllers/".$strCtrl."_controller.php";