This repository demonstrates the use of require and functions to build a basic MVC structure for a web application. This repository uses exactly the same code as the basic example we looked at ...
project/ ├── assets/ # For css/js/images │ └── css │ └── style.css │ └── js │ └── images │ ├── config/ # Database config │ └── database.php │ ├── controllers/ # Controller classes ...