I create two modules for Yii framework with gii. Each module creates its own default controller class called "DefaultController".
But I think its wrong, I believe it should be "Module1_DefaultController" and "Module2_DefaultController" like Zend framework.
Is this true? If so, how to rename the controllers?