PHP-MVC-Template
A ready-to-use Model View Controller template in PHP
Use this repo as a template! (Or clone it)
Start to configure your MVC file
After downloading the repo. [Open it](http://localhost/PHPbones)
Everything you need to modify has "=" in prefix and sufix
If you have a recent IDE :
Do
CTRL + SHIFT + R
orCMD + SHIFT + R
to replace everything
What do I need to modify for my template to work?
N-O-T-H-I-N-G. You just have to move the template to your HTDOCS folder. And on your browser go to your localhost
After configuration you can add more information in
My-Project-Name/app/config/config.php
(Database, site name)
How to add pages?
Open the terminal. Then type the command php generate.php help
.
What are the files for?
Files for front-end development
My-Project-Name/app/views
Files for SQL Commands
My-Project-Name/app/models
Files for Back-end delelopment
My-Project-Name/app/controllers