643717896/c89frame

There is no license information available for the latest version (dev-master) of this package.

frame框架系统

dev-master 2017-12-11 02:12 UTC

This package is not auto-updated.

Last update: 2025-07-20 10:27:25 UTC


README

frame ###frame 使用手册 |--app(用来写代码的地方) | |--home(存放前端的模块) | | |--controller(控制器类) | | |--view(视图) |--houdunwang(存放系统核心) | |--core(系统核心文件) | |--model(存放模块) | |--view(视图模板) |--public(单一入口和静态资源) | |--static(静态资源) | |--view(公用模板文件) |--system(配置) | |--config (配置项) | |--model (处理业务的类库)