How to set path to custom widgets directoty ?, example (call from view this->widget(widgets.mainMenu.MainMenu))
How to set path to custom widgets directoty ?, example (call from view this->widget(widgets.mainMenu.MainMenu))
You can put this line into config file:
Yii::setPathOfAlias('widgets', 'full_path');
http://www.yiiframework.com/doc/api/1.1/YiiBase#setPathOfAlias-detail