Multiple theme on different controllers

[font="Comic Sans MS"]Hello,

In Yii 1, we had a theme folder, that we could save our theme in there, and when we wanted to use different theme, there was a code like :




Yii::app()->theme = "MyThemeName";



I already read this link : Theming

But i don’t know where can i put my theme folder ?

and how to change the theme lets say for different users ?

thanks for the help.[/font]

[font="Comic Sans MS"]Hi again,

I figured it out, actually The Definitive Guide to Yii 2.0 is well written in this subject.

Theming[/font]