Go to file
Nicolas LAURENT 7775074e22
Merge pull request #24 from ThomasRubini/fix_achitecture
fix few features in the architecture, recipe is now in common
2023-01-18 11:49:42 +01:00
Controllers Merge pull request #21 from ThomasRubini/getordie 2023-01-17 16:05:08 +01:00
Kernel Fix Session manager: do not always place cookie 2023-01-17 14:21:08 +01:00
Models Add user/delete method 2023-01-17 16:03:49 +01:00
static/img added homepage view with recipe preview 2023-01-18 10:06:42 +01:00
Views fix few features in the architecture, recipe is now in common 2023-01-18 11:33:28 +01:00
.env.dist create and use .env file 2023-01-12 13:42:33 +01:00
.gitignore create and use .env file 2023-01-12 13:42:33 +01:00
composer.json install vlucas/phpdotenv 2023-01-12 13:05:39 +01:00
composer.lock install vlucas/phpdotenv 2023-01-12 13:05:39 +01:00
index.php switch code to english 2023-01-12 14:31:06 +01:00
README.md Update README.md 2020-12-16 18:00:49 +01:00

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...)