Doubts with CRUD generator

Hi!

Actually I have a big database with aprox. 250 (or more) tables…

My doubt is: I have to create 250 folders in the view?? Because when I create a CRUD with gii, it creates a individual folder for each table that I assign it.

In the DB there are a lot of master-detail tables It is possible generate the CRUD only for the master tables and from there modifies the detail tables??

Or Is there other practical solutions to generate CRUDs for all tables??

Regards

Gii is extendable. For a start, see this section of The Definitive Guide to Yii.

/Tommy