cakephp2-php8/lib/Cake/Controller
mark_story 07f4779efe Fix cookie component being inconsistent about writes.
Instead of treating multi-key and single key writes differently, they
should be treated consistently to allow simpler and more consistent interactions
with the stored data. This also results in fewer cookies being sent
across the wire which is an added benefit.

Fixes #2182
2013-10-28 23:13:51 -04:00
..
Component Fix cookie component being inconsistent about writes. 2013-10-28 23:13:51 -04:00
CakeErrorController.php remove $name where not necessary to unify this in 2.x 2013-08-25 21:19:55 +02:00
Component.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
ComponentCollection.php remove undocumented code and uncessary in_array() checks + cleanup 2013-08-08 03:56:58 +02:00
Controller.php Add space between classname(s) 2013-10-22 22:59:50 -04:00
Scaffold.php Removed else clauses after redirects and added return before redirect() and flash() calls 2013-08-08 21:10:41 +02:00