Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sakulstra/user

cakephp 2.4 user plugin
https://github.com/sakulstra/user

Last synced: 26 days ago
JSON representation

cakephp 2.4 user plugin

Awesome Lists containing this project

README

        

User
====

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