Go to file
2023-01-22 22:26:25 +01:00
Controllers add possibility for users to delete their own appreciations 2023-01-22 21:32:27 +01:00
Kernel add autoloaded "Modules" directory 2023-01-22 22:26:20 +01:00
Models fix table name 2023-01-22 21:13:10 +01:00
Modules move Session.php to Modules 2023-01-22 22:26:25 +01:00
static/img added fake user avatar 2023-01-20 10:34:04 +01:00
Views add a button to manage user for admins 2023-01-20 19:21:23 +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 autoloaded "Modules" directory 2023-01-22 22:26:20 +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...)