cakephp2-php8/lib/Cake
2012-09-14 19:57:51 +01:00
..
Cache converting $foo == / $foo == 0 to !$foo (and a few $foo === 0) 2012-09-14 18:42:25 +01:00
Config Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
Configure Add plugin support to IniReader, and harden tests. 2012-08-27 10:04:26 -03:00
Console ADmads comments 2012-09-14 19:57:51 +01:00
Controller strict type checks and removing some duplicate count() calls by setting a variable 2012-09-14 19:26:00 +01:00
Core converting $foo == null / $foo == false to !$foo 2012-09-14 18:26:30 +01:00
Error converting $foo == / $foo == 0 to !$foo (and a few $foo === 0) 2012-09-14 18:42:25 +01:00
Event Tweaked DocBlocks 2012-08-03 22:40:28 -04:00
I18n converting $foo == / $foo == 0 to !$foo (and a few $foo === 0) 2012-09-14 18:42:25 +01:00
Log added missing App::uses('Hash', 'Utility'); 2012-09-13 17:20:26 +02:00
Model ADmads comments 2012-09-14 19:57:51 +01:00
Network converting if($foo == true) to if($foo) 2012-09-14 18:54:29 +01:00
Routing strict type checks and removing some duplicate count() calls by setting a variable 2012-09-14 19:26:00 +01:00
Test converting if($foo == true) to if($foo) 2012-09-14 18:54:29 +01:00
TestSuite converting $foo == / $foo == 0 to !$foo (and a few $foo === 0) 2012-09-14 18:42:25 +01:00
Utility strict type checks and removing some duplicate count() calls by setting a variable 2012-09-14 19:26:00 +01:00
View strict type checks and removing some duplicate count() calls by setting a variable 2012-09-14 19:26:00 +01:00
basics.php strict type checks and removing some duplicate count() calls by setting a variable 2012-09-14 19:26:00 +01:00
bootstrap.php Merge branch 'master' into 2.3 2012-08-09 20:43:47 -04:00
LICENSE.txt Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
VERSION.txt Update version number to 2.2.2 2012-09-01 18:28:03 +01:00