Automatic Create Dropdownlist In Gii Crud Generator

Greetings.

I’m developing a project where I have a lot of tables, exactly 85, and these tables have a lot of relations between them, and I thought, instead of generate the simple forms like Gii generates, it will be great if Gii can detect when a field is dependent from another model, and instead of generate a simple textField, generates a dropDownList or an autocomplete field with CJuiAutoComplete extension, depends what user want.

The question it’s not how to do that, the question is, ¿ there is already an extension or snippet to do that ?.

I already start to modify Gii, to adapt it. But if there is already an extenson to do that, will be helpfull. I think will be very helpfull for many people.

Well, take care, if I make it, I’ll publish for the use of everybody :)

I answer myself…

http://www.yiiframework.com/extension/giix/

http://www.yiiframework.com/extension/yii-generator-collection/

http://www.yiiframework.com/extension/gii-template-collection/