I really like this Framework specially the crud code generator using yiic or gii , but the main problem for me is that all generated form is textboxes only,
for example:
I have two tables one for students and another for countries , when create a new student I want to select country from a dropdownlist.
I don’t know how to configure the yiic or gii to generate dropdownlist for country??.
do i have to rename the fields in database in special way? or what … I need your help please.
Thank you for your help, your code working fine with me, but I still hope the generator do every thing from the beginning , I think this is very important feature specially with large database.