sakulstra / user
Cakephp User plugin
Package info
Type:cakephp-plugin
pkg:composer/sakulstra/user
dev-master
2014-10-27 23:31 UTC
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2026-07-28 11:29:45 UTC
README
cakephp 2.4 user plugin
till now u still have to add in 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); }