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

https://github.com/gregmolnar/yii-crudify


https://github.com/gregmolnar/yii-crudify

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

yii-crudify
===========

Example of usage:
```php
array(
'class' => 'ext.yii-crudify.YiiCrudify',
'action' => 'index'
),
//.....
);
}
```