Modify Gii To Create Custom Models

Hi.

I wonder if there’s any way to modify gii to create some custom CDRUDs. For example I want to add a realtime search in my admin view with AJAX and I want to do it once and create all the models the way I want.

Thanks.

Check this guide http://www.yiiframework.com/doc/guide/1.1/en/topics.gii#extending-gii

Thanks, I’ll check it.