How To Disable Components In Controll

Hello, I am newbie on Yii programe and was study about it few days ago.

I would like to ask about how to disable components in Controll.

Since,components bootstrap made css by itself and made css theme seem unusual.

some Controller must use bootstrap and some Controller can’t use bootstrap because it will effect with css custom theme.


'bootstrap'=>array(

            'class'=>'bootstrap.components.bootstrap',                                         

        ),

so, for avoid a problem in future,I want to know how to close this object? please guide me about it.

I don’t want to change it by config/main.php

Thank you very much

Here is a wiki topic: Yii-Bootstrap Extension on Specific Actions