Class Dispatcher
This class is invoked by the driver (index.php) and handles dispatching of requests to the proper controller. It extends Controller only so that it can invoke its protected methods.
- Controller
- Dispatcher
Methods summary
public static
|
|
public static
|
#
dispatch( string $request_uri, boolean $is_cli = false )
Dispatch the request to the proper controller |
public static
|
|
public static
|
|
private static
|
Methods inherited from Controller
__construct()
,
clearCache()
,
components()
,
draw()
,
emptyCache()
,
helpers()
,
index()
,
partial()
,
postAction()
,
preAction()
,
redirect()
,
render()
,
set()
,
setDefaultViewPath()
,
startCaching()
,
stopCaching()
,
uses()
Magic methods summary
Properties summary
Properties inherited from Controller
$action
,
$components
,
$controller
,
$files
,
$get
,
$helpers
,
$is_cli
,
$plugin
,
$post
,
$structure
,
$structure_view
,
$uri
,
$uri_str
,
$uses
,
$view