Trying to use modules in Yii and want to get access from main controller (SiteController) for module's methods. Create module with Gii, module name is Car. Trying get access to method search in RequestController, module Car.
echo Yii::app()->Car->Request->search();
And Yii talks me
Property "CWebApplication.carhire" is not defined.
Does anybody knows how to get access to module's methods from another controllers? Thanks