A boilerplace wich respect the MVC model
Put all controller files in this folder
Put layout files (header, footer, etc.)
Put all model files (database)
Your router live here and everything that must be accessible
from users like images
, CSS
and JS
Put here all of your views
Modify the pdo_connection.php
with the right information :
address and credentials to be able to create a connection with your mysql
server