Regex Route
Located in /Controller/Router/Route/Regex.php (line 33)
Assembles a URL path defined by this route
Return a single parameter of route's defaults
Return an array of defaults
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.
Matches a user submitted path with a previously defined route.
Assigns and returns an array of defaults on a successful match.
Documentation generated on Wed, 21 Feb 2007 12:02:50 -0800 by phpDocumentor 1.3.1