sakulstra / user
Cakephp User plugin
Installs: 38
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:cakephp-plugin
pkg:composer/sakulstra/user
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2025-12-16 08:04:55 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); }