hi
for first time ,befor run project , where set path of controller folder or name of controller folder?
thanks
hi
for first time ,befor run project , where set path of controller folder or name of controller folder?
thanks
Usually controllers are in /protected/controllers or for module in /protected/modules/ModuleName/controllers.
ofcourse , where defined default path controller to /protected/controllers or where defined default name controller to controllers?
for example : if rename controller to Acontroller , we get error!
CWebApplication::controllerPath
thanks