- A simple MVC structure practice to study the MVC principle.
- Author: Notus([email protected])
│ config.php │ function.php │ index.php │ README.md │ └─libs ├─Controller │ indexController.class.php │ testController.class.php │ ├─Model │ testModel.class.php │ ├─ORG └─View testView.class.php