- A simple MVC structure practice to study the MVC principle.
- Author: Notus(hehe_xiao@qq.com)
│ 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