Go to file
2023-01-26 16:19:00 +01:00
Controllers refactored appr model references 2023-01-26 15:47:10 +01:00
Kernel fix HTTPSpecialCaseException::geetMsg() 2023-01-24 10:09:08 +01:00
Models fixed wrong id being passed 2023-01-26 15:59:14 +01:00
Modules Use error handling system in all controllers 2023-01-24 09:49:07 +01:00
static shared some attributes to other objects to add style to search results 2023-01-26 15:32:21 +01:00
Views add buttons ot edit and delete in recipe view 2023-01-26 16:19:00 +01:00
.env.dist
.gitignore
.htaccess
composer.json
composer.lock
index.php Do not disable redirections + document index.php error handling 2023-01-24 11:52:23 +01:00
README.md

My sweet MVC

Découverte d'un MVC pas à pas avec PHP

1 - HelloWorld à la sauce MVC

2 - Routage simple et Exceptions

3 - Modèles et connexion BDD (coming soon...)