Go to file
2023-01-23 22:50:52 +01:00
Controllers use model for recipe/edit 2023-01-23 22:50:12 +01:00
Kernel add Kernel option to return raw content 2023-01-23 19:12:34 +01:00
Models show users profile picture instead of a generic image in apprs 2023-01-23 22:37:12 +01:00
Modules use a separate UserSessionModel in Session 2023-01-22 22:29:43 +01:00
static/img handle cases where user doesn't exit/doesn't have a profile pic 2023-01-23 20:45:37 +01:00
Views use model for recipe/edit 2023-01-23 22:50:12 +01:00
.env.dist create and use .env file 2023-01-12 13:42:33 +01:00
.gitignore add .idea and .vscode to gitignore 2023-01-19 15:45:58 +01:00
.htaccess add .htaccess 2023-01-19 15:44:58 +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 add Kernel option to return raw content 2023-01-23 19:12:34 +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...)