Cakephp User plugin

Maintainers

Package info

github.com/sakulstra/user

Type:cakephp-plugin

pkg:composer/sakulstra/user

Statistics

Installs: 38

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

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); }