yiisoft / yii2-gii

Yii 2 Gii Extension
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
202 stars 192 forks source link

Gii Crud Enhancements #193

Open yii-bot opened 8 years ago

yii-bot commented 8 years ago

This issue has originally been reported by @Ekstazi at https://github.com/yiisoft/yii2/issues/5826. Moved here by @klimov-paul.


Hi. I try to use gii both in console and browser. It's not easy because i must enter full qualified name of model and controller class.

So i offer to: 1) Make controller class name field non required (autosuggest from model class name) 2) Make autocomplete(combobox) for model class name where i can select model by first char of its class name without namespace 3) Introduce the way probided by "*" to generate cruds for all models classes

uldisn commented 8 years ago

https://github.com/schmunk42/yii2-giiant additionaly generate json file with settings. In GUI can load any of this settings and fill form. This functionality allow load old generated model or crud setting, fix it and regenerate or clone for other crud or model.