Implements interfaces:
Simple first implementation of a router, to be replaced with rules-based URI processor.
Located in /Zend/Controller/Router.php (line 46)
Constructor
Clear the controller parameter stack
By default, clears all parameters. If a parameter name is given, clears only that parameter; if an array of parameter names is provided, clears each.
Retrieve a single parameter from the controller parameter stack
Retrieve action controller instantiation parameters
Route a request
Routes requests of the format /controller/action by default (action may be omitted). Additional parameters may be specified as key/value pairs separated by the directory separator: /controller/action/key/value/key/value.
To specify a module to use (basically, subdirectory) when routing the request, set the 'useModules' parameter via the front controller or setParam(): $router->setParam('useModules', true)
Add or modify a parameter to use when instantiating an action controller
Set parameters to pass to action controller constructors
Documentation generated on Thu, 18 Jan 2007 09:58:46 -0800 by phpDocumentor 1.3.1