How can I create base theme and sub theme in yii framework?
Take a look at this: http://www.yiiframework.com/doc/guide/1.1/en/topics.theming
If i'm not wrong, you can switch your theme at application, module and controller level if you want to. You just need to place the files in the correct place, as explained in the link.