https://github.com/gregmolnar/yii-crudify
https://github.com/gregmolnar/yii-crudify
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/gregmolnar/yii-crudify
- Owner: gregmolnar
- Created: 2013-03-11T08:39:37.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-11T08:44:59.000Z (over 13 years ago)
- Last Synced: 2025-01-12T14:12:04.161Z (over 1 year ago)
- Language: PHP
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
yii-crudify
===========
Example of usage:
```php
array(
'class' => 'ext.yii-crudify.YiiCrudify',
'action' => 'index'
),
//.....
);
}
```