This project contains basic structure for architecture MVC (Model, view & controller) implement in the language of programmation PHP with management of database mysql.
To the right functioning you need install services of Apache and Mysql or install a local server for example.
Execute services of Apache and Mysql.
Once executed apache & mysql service you need create database 'crud'
and import .sql file
located in folder SQL DB/crud.sql
.
To test project you need to go to the URL of the local server is usually http://localhost/
o http://127.0.0.1/
This is an old project that contains some good development practices but can be greatly improved.
You can see a better implementation of this structure in this repository php7-architecture-MVC-CRUD
Copyright © 2017-present Oscar Amado 🧔