cakephp2-php8/lib/Cake/Controller
mark_story 6acf024a2b Fixing incorrect keying for ext routing parameter. It was
nested under params[url][ext].  This makes it unlike
all other routing parameters.  Having the nested value
also makes reversing requests harder, and generating urls more
difficult.
Adding a test for Router::reverse() and extensions.
Fixes , fixes 
2011-08-22 22:26:02 -04:00
..
Component Fixing incorrect keying for ext routing parameter. It was 2011-08-22 22:26:02 -04:00
AppController.php Updating all @package annotations in doc blocks 2011-07-26 01:46:14 -04:30
CakeErrorController.php Updating all @package annotations in doc blocks 2011-07-26 01:46:14 -04:30
Component.php Updating all @package annotations in doc blocks 2011-07-26 01:46:14 -04:30
ComponentCollection.php Updating all @package annotations in doc blocks 2011-07-26 01:46:14 -04:30
Controller.php Cleanup of minor issues found with phpmd. 2011-08-06 21:15:31 -04:00
PagesController.php Updating all @package annotations in doc blocks 2011-07-26 01:46:14 -04:30
Scaffold.php Fixing double output issues with Scaffold. 2011-07-28 18:09:19 -04:00