houdunwang/controller

This package is abandoned and no longer maintained. The author suggests using the houdunwang/controller package instead.

控制器管理组件

Maintainers

Details

github.com/houdunwang/controller

Installs: 228

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Type:project

This package has no released version yet, and little information is available.


README

控制器是视图与模型间的中间层,起到中间调度作用。控制器收到视图反馈信息, 决定是否交于模型处理,之后将结果返回视图层,完成一个交互流程。

##安装组件 使用 composer 命令进行安装或下载源代码使用。

composer require houdunwang/controller

HDPHP 框架已经内置此组件,无需要安装

文档请查看 开发文档