cakephp2-php8/lib/Cake/View
mark_story 3f21d09c1d Fix radio() and boolean values.
Boolean values should be cast to integer equivalents, which allows
for correct handling of boolean columns and their string equivalents
used in form options.

Fixes #3512
2013-01-07 21:12:53 -05:00
..
Elements Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
Errors Make connection exceptions more helpful. 2012-09-12 22:31:07 -04:00
Helper Fix radio() and boolean values. 2013-01-07 21:12:53 -05:00
Scaffolds Fix missing plugin parameters in scaffolding. 2012-11-27 21:59:06 -05:00
Helper.php Fix docblock 2012-12-20 01:22:09 +05:30
HelperCollection.php Fix more coding standards errors. 2012-04-23 22:27:27 -04:00
JsonView.php Remove trailing whitespace from comments 2012-10-15 18:19:37 -06:00
MediaView.php fix all warnings except TODO warnings 2012-11-14 12:56:10 +01:00
ScaffoldView.php Replaced simple and therefore pointless array_push function references with the ordinary way of adding an array element. This will increase the performance and the code looks much cleaner this way IMHO 2013-01-02 23:47:27 +01:00
ThemeView.php Added deprecated tag 2012-12-17 02:47:41 +05:30
View.php Consistently inflect theme names. 2013-01-03 21:06:46 -05:00
ViewBlock.php Remove trailing whitespace from comments 2012-10-15 18:19:37 -06:00
XmlView.php remove unneeded line 2012-06-22 14:44:47 +02:00