Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sakulstra/user
- Owner: sakulstra
- License: mit
- Created: 2013-11-05T08:05:24.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-27T23:32:11.000Z (about 10 years ago)
- Last Synced: 2024-05-29T17:25:54.180Z (5 months ago)
- Language: PHP
- Size: 227 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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);
}