Extensions
Just parking...
This extension is the CRUD version with i18n CRUD support. That way the CRUD command will be able to generate the same CRUD that Yii generates plus i18n messages (English, Spanish, German, French and Portuguese currently supported, new languages are welcome). Also, All referenced fields are replaced by the master values instead of ids numbers.
Future Plans
- There's no future plans, you are encouraged to use GTC - Gii Template Collection. Thyseus has made a great job implementing the current features of iCRUD in GTC module, so, this module is the official replacement to iCRUD, now, I'm helping him to improve GTC.
Resources
This extension simply checks all subfolders in your messages directory for missing translation files. It also compares existent files for missing translation keys. This little script just scans the directories and files - no write access.
Future releases may contain automatic translations from google translate or any other service.
Just created this little helper for my own and wanted to share it.
Generates german Create, Read, Update and Delete views
Resources
This script have an interesting function that not have present on YIIC:
limit the number of table columns that you want display at the admin page of CRUD, imagine, you have 30 colummns in your table;
YIIC CRUD generate 30 large columns in the horizontal way of course out of lay-out
typing crudm mymod 5 {table_name}
this generate only 5 columns at the admin site and at the list action; (see the documentation)
This tool can help you to generate full working app module based from an existing mysql table (CRUD) and usefulls class under a module dir sctructure like default yiic generator for models controllers and cruds.
this code is a modified version of main shell files
ControllerCommand.php
CrudCommand.php
ModelCommand.php
modified files:
ControllermCommand.php
CrudmCommand.php
ModelmCommand.php
commands: crudm modelm controllerm
