后面会继续开发完善,并放出相关php接口代码 ~~
更新说明
- 1、新增个人中心页面
- 2、新增启动页控制,第一次进去有,后续就没有了。
------ Project Dir ------ ```shell |--- api & WebService Api 数据接口存放目录 |--- function & Custom Function Library 自定义函数库 |--- images & Img Resources 图片资源 |--- pages & View Dir Controller |--- public & Public directory 公共目录 |--- template & Public View 通用模版 |--- uploads & Dowloads Files Dir 公共下载目录 |--- utils & Public Function 通用函数 ``` ------ Template Dir ------ * 1、template [模块名称][页面名称] * 2、template 目录以模块划分,模块内的页面放在 [模块名称][页面名称] 内 * 3、通用模版放在 [模块名称] 内
The world is wonderful for code , I Am CrazyCoder