Cakephp 用户插件

维护者

详细信息

github.com/sakulstra/user

源代码

问题

安装: 38

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

类型:cakephp-plugin

dev-master 2014-10-27 23:31 UTC

This package is not auto-updated.

Last update: 2024-09-24 01:56:24 UTC


README

cakephp 2.4 用户插件

到现在为止,你仍然需要在 ur appController 的 public function __construct($request = null,$response = null){ parent::__construct($request,$response); $Event = new CakeEvent( 'Controller.App.__construct', $this, $this->components ); $this->getEventManager()->dispatch($Event); }