https://github.com/agarzon/crud
Crud Plugin for CakePHP 2.x designed to be used with ExtJS
https://github.com/agarzon/crud
Last synced: about 1 year ago
JSON representation
Crud Plugin for CakePHP 2.x designed to be used with ExtJS
- Host: GitHub
- URL: https://github.com/agarzon/crud
- Owner: agarzon
- License: mit
- Created: 2014-06-30T19:56:01.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-04-13T18:41:57.000Z (about 10 years ago)
- Last Synced: 2025-04-09T20:18:25.097Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CRUD
Crud Plugin for CakePHP 2.x designed to be used with ExtJS
## Installing
Add into bootstrap.php
```CakePlugin::load('Crud');```
Add into your AppController.php
(before *class AppController*)
```App::import('Controller', 'Crud.App');```
Then add ```use CrudAppController;``` inside *class AppController*