cakephp2-php8/lib/Cake/Test/Case/Controller
mark_story c92cfb413f Allow numeric sorts in PaginatorComponent.
When paginating data, we should not ignore numerically indexed order
conditions. Instead they should be handled similar to Model::find().

This creates a slightly different behavior when model's have default
sorting applied as more default sort options forms will be honoured.

Refs #5964
2015-02-25 21:38:56 -05:00
..
Component Allow numeric sorts in PaginatorComponent. 2015-02-25 21:38:56 -05:00
ComponentCollectionTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
ComponentTest.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
ControllerMergeVarsTest.php Remove dead and unused code. 2014-02-11 16:38:24 -05:00
ControllerTest.php Fix / being handled incorrect by referer() 2015-01-15 21:26:34 -05:00
PagesControllerTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
ScaffoldTest.php Fix a fatal error occurs in combination with a scaffold error. 2014-07-31 05:49:23 +09:00