目录结构

app/               总工作目录
app/config/        业务配置层
app/control/       路由入口控制器层
app/model/         自定义模型层
app/event/         事件触发及定义层
app/template/      页面渲染层
app/lang/          语言包配置层
app/extend/        自定义Lib层,该目录下内容用户都可以根据需要自行替换删除
app/data/log/      工作日志目录
app/data/cache/    工作缓存目录
app/data/template/ 模板缓存文件和编译文件目录
common/model/      公共模型类
web/               总执行入口
web/index.php      总执行文件
web/static/        静态资源文件
server/            Socket服务

Last updated