Go to file
2023-01-27 10:52:49 +01:00
Controllers Redirect to home on recipe deletion 2023-01-27 10:35:37 +01:00
Kernel move image processing to a separate function 2023-01-26 20:42:45 +01:00
Models fixed non shown category 2023-01-27 07:12:40 +01:00
Modules Add special case for login redirection 2023-01-26 23:00:48 +01:00
static Merge pull request #151 from ThomasRubini/back_button_edit_recipe 2023-01-26 21:23:31 +01:00
Views fixed non shown category 2023-01-27 07:12:40 +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
dump.sql Add database dump, with some values redacted 2023-01-27 10:52:20 +01:00
index.php Do not disable redirections + document index.php error handling 2023-01-24 11:52:23 +01:00
README.md categories 2023-01-26 19:13:39 +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...)