Go to file
2023-01-25 20:25:12 +01:00
Controllers do not make an error when user doesn't fill out all fields to update 2023-01-25 17:01:50 +01:00
Kernel
Models change SQL parameter to descr 2023-01-25 20:18:40 +01:00
Modules
static sticky ctagory section 2023-01-25 19:20:59 +01:00
Views buttons go to actual pages 2023-01-25 20:24:36 +01:00
.env.dist
.gitignore
.htaccess
composer.json
composer.lock
index.php
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...)