I think I might have misrepresent my questions. Actually, currently, Gii allows one to create a single model at a time as shown in "Step 2a. Yii Generates the Model Classes" of http://www.yiiframework.com/tour/.
I was wondering if one have 100 tables in their database and wish to use Gii to generate the Model classes of 100 tables, does one have to manual go thru each of every single table generation in Gii?
That is why I was wondering if there are any widgets or extension to help one to use Gii to generate 100 or X numbers of Model classes at a single page.
Thanks for your patience and hopefully I did not misinterpret your reply too.
I’m asking because when you click on the “Table Name” input field… on the right side opens a small help box… where is explained that you can enter a star ( * ) to generate models for all tables…
Sorry, seems like I miss out the star (*) but suppose inside a particular schema / database, I have 100 tables and I would like to generate 80 of the 100 tables as 20 of the tables are not yet confirmed. So, how can I go about generate the 80 tables in Gii in a single page without going thru each of them?
I have tried Gii but as mention earlier, I miss out the star (*) while manually generate the model class in my project. Now, the project require to generate 100 tables and that is why I was wondering how to generate more tables’s model class in a single page.
Got your point and will be looking out for those instructions inside those "textbox" next to the textfields inside Gii as now I realize how important they are.
But I was wondering if possible to have a checkbox called "Every Table" next to the Table Name as it will be more obvious to user who wish to generate all tables and delete some at a later time?
For your consideration and thanks for you enlighten me.