Regex Route
Located in /Controller/Router/Route/Regex.php (line 34)
Zend_Controller_Router_Route_Abstract | --Zend_Controller_Router_Route_Regex
Inherited from Zend_Controller_Router_Route_Abstract
Zend_Controller_Router_Route_Abstract::$_isAbstract
Zend_Controller_Router_Route_Abstract::$_matchedPath
Instantiates route based on passed Zend_Config structure
Assembles a URL path defined by this route
Return a single parameter of route's defaults
Return an array of defaults
Get all variables which are used by the route
Matches a user submitted path with a previously defined route.
Assigns and returns an array of defaults on a successful match.
_arrayMergeNumericKeys() - allows for a strict key (numeric's included) array_merge.
php's array_merge() lacks the ability to merge with numeric keys.
Maps numerically indexed array values to it's associative mapped counterpart.
Or vice versa. Uses user provided map array which consists of index => name parameter mapping. If map is not found, it returns original array.
Method strips destination type of keys form source array. Ie. if source array is indexed numerically then every associative key will be stripped. Vice versa if reversed is set to true.
Inherited From Zend_Controller_Router_Route_Abstract
Zend_Controller_Router_Route_Abstract::chain()
Zend_Controller_Router_Route_Abstract::getMatchedPath()
Zend_Controller_Router_Route_Abstract::getVersion()
Zend_Controller_Router_Route_Abstract::isAbstract()
Zend_Controller_Router_Route_Abstract::setMatchedPath()
Documentation generated on Mon, 21 Jun 2010 15:41:37 -0400 by phpDocumentor 1.4.3