./
│ admin.php 后端入口
│ config.php 默认配置
│ index.php 前端入口
│
├─app 应用入口
│ │ config.php 用户自定义配置
│ │
│ ├─admin 后台模块
│ └─index 前台模块
└─core
├─ App.php 框架应用的基础类,用于启动框架
├─ common.php 公共函数库
└─ Router.php 解析URL获取控制器、方法、参数