cakephp2-php8/lib/Cake/Routing/Route
mark_story c0ac61117e Only sort the keys once per request instead of on each match.
Sorting the keys property by value sorts keys with the same prefix for
free. This does change the order of the keys, but I don't think that is
actually a large issue as it is just a list.

Refs #2991
2014-03-10 21:42:26 -04:00
..
CakeRoute.php Only sort the keys once per request instead of on each match. 2014-03-10 21:42:26 -04:00
PluginShortRoute.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
RedirectRoute.php Correct 'an URL' to 'a URL' in docblocks 2013-10-22 00:09:34 -04:00