sakulstra / user
Cakephp User plugin
dev-master
2014-10-27 23:31 UTC
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2026-03-10 08:58:22 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); }