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
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