(Yaf >=1.0.0)
Yaf_Request_Abstract::setControllerName — 设置控制器名
$controller
$format_name
set controller name to request, this is usually used by custom router to set route result controller name.
controller
string,controller 名,应该是骆驼样式,比如“Index”或“Foo_Bar”
format_name
在 Yaf 3.2.0 中引入,Yaf 默认会将名称格式化为骆驼样式,如果设置为 false,Yaf 将设置原始名称来请求。
false