Dispatch a request from Apache
Called from file dispatch.php, which is invoked by Apache mod_rewrite whenever a client makes a request. Actions:
- Remove forbidden tags and attributes from
$_GET,
$_POST and
$_REQUEST.
- Start a session to keep track of state between requests from
the client.
- Construct an ActionController to process the action.
- Process the route
Tags: