Zend_Controller_Router_RewriteRuby routing based Router.
Located in /Zend/Controller/Router/Rewrite.php (line 40)
Zend_Controller_Router_Abstract | --Zend_Controller_Router_Rewrite
Zend_Controller_Router_Route_Interface
$_currentRoute
= null (line 58)
Currently matched route
array
$_routes
= array() (line 52)
Array of routes to match against
boolean
$_useDefaultRoutes
= true (line 46)
Whether or not to use default routes
Inherited from Zend_Controller_Router_Abstract
Zend_Controller_Router_Abstract::$_frontController
Zend_Controller_Router_Abstract::$_invokeParams
addConfig (line 121)
Create routes out of Zend_Config configuration
Example INI: routes.archive.route = "archive/:year/*" routes.archive.defaults.controller = archive routes.archive.defaults.action = show routes.archive.defaults.year = 2000 routes.archive.reqs.year = "\d+"
routes.news.type = "Zend_Controller_Router_Route_Static" routes.news.route = "news" routes.news.defaults.controller = "news" routes.news.defaults.action = "list"
And finally after you have created a Zend_Config with above ini: $router = new Zend_Controller_Router_Rewrite(); $router->addConfig($config, 'routes');
addDefaultRoutes (line 63)
Add default routes which are used to mimic basic router behaviour
addRoute (line 83)
Add route to the route chain
addRoutes (line 92)
Add routes to the route chain
getCurrentRoute (line 189)
Retrieve a currently matched route
getCurrentRouteName (line 203)
Retrieve a name of currently matched route
getRoute (line 175)
Retrieve a named route
getRoutes (line 216)
Retrieve an array of routes added to the route chain
hasRoute (line 163)
Check if named route exists
removeDefaultRoutes (line 153)
Remove all standard default routes
removeRoute (line 140)
Remove a route from the route chain
route (line 228)
Find a matching route to the current PATH_INFO and inject returning values to the Request object.
_setRequestParams (line 254)
Inherited From Zend_Controller_Router_Abstract
Zend_Controller_Router_Abstract::__construct()
Zend_Controller_Router_Abstract::clearParams()
Zend_Controller_Router_Abstract::getFrontController()
Zend_Controller_Router_Abstract::getParam()
Zend_Controller_Router_Abstract::getParams()
Zend_Controller_Router_Abstract::setFrontController()
Zend_Controller_Router_Abstract::setParam()
Zend_Controller_Router_Abstract::setParams()
Documentation generated on Wed, 21 Feb 2007 11:58:55 -0800 by phpDocumentor 1.3.1