cakephp2-php8/lib/Cake/Controller
mark_story 02c9dda9a7 Make maxLimit and limit settings independent.
Having maxLimit infer what it should be based on limit was not a very
transparent default behavior. The documentation states that maxLimit
will default to 100, but the code would default it to 'limit' if set.
This created confusing behavior when only one setting was defined.

Refs #5973
2015-02-27 22:35:52 -05:00
..
Component Make maxLimit and limit settings independent. 2015-02-27 22:35:52 -05:00
CakeErrorController.php More API docblock fixes. 2014-06-01 03:06:05 +05:30
Component.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
ComponentCollection.php Replace our custom code fence with markdown standard fence 2015-01-09 13:47:25 +01:00
Controller.php Remove conditional status setting. 2015-01-26 23:47:20 +01:00
Scaffold.php Update all @deprecated annotations 2014-09-02 17:03:22 +02:00