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

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

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*