biulee/zyh

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

c89zyh

Maintainers

Details

github.com/Biulee/zyh

Source

Issues

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:project

dev-master 2017-12-11 06:40 UTC

This package is not auto-updated.

Last update: 2025-07-20 08:07:10 UTC


README

zyh ###1.创建目录结构

|--app(这个目录是开发者写代码的地方)应用目录
|    |--home(这里面放前台模块)
|    |    |--controller(控制器类)
|    |    |--view(视图)
|--houdunwang(系统核心)这个框架的核心
|    |--core            这个里面放核心文件
|    |--model           模型
|    |--view            视图
|--public(入口、静态资源)
|    |--static(静态资源)
|    |--view(公共模板文件,成功提示)
|--system(配置)
|    |--config (配置项)
|    |--model (处理业务的各种模型类)模型