\ThinkDispatcher

ThinkPHP内置的Dispatcher类 完成URL解析、路由和调度

Summary

Methods
Properties
Constants
dispatch()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
getSpace()
getController()
getAction()
getModule()
No private properties found
N/A

Methods

dispatch()

dispatch() : void

URL映射到控制器

getSpace()

getSpace(  $var,   $urlCase) 

获得控制器的命名空间路径 便于插件机制访问

Parameters

$var
$urlCase

getController()

getController(  $var,   $urlCase) 

获得实际的控制器名称

Parameters

$var
$urlCase

getAction()

getAction(  $var,   $urlCase) 

获得实际的操作名称

Parameters

$var
$urlCase

getModule()

getModule(  $var) 

获得实际的模块名称

Parameters

$var