cakephp2-php8/lib/Cake
Vinícius Krolow c724f0739a Clean up code.
* It is not need to check the same thing twice
* One if condition instead of two ifs
* Ternary codition instead of checking if variable is null
* Returning early to avoid unnecessary conditional levels
* It is not needed to put an else as the if before already has returned
* Changing ternary conditional to PHP 5.2
* Removing some not needed conditions in the if, also changed to return false (instead of NULL) to follow the code block docs
* Changing to check before if the class_exists so we make sure that class was autoloaded before the condition

Squash of commits in https://github.com/cakephp/cakephp/pull/1034
2012-12-20 20:31:04 -05:00
..
Cache unify new lines at the end of the file 2012-12-05 15:00:24 +01:00
Config Add mozilla root CA bundle. 2012-11-11 14:18:07 -05:00
Configure Added ConfigReaderInterface::dump() and made all readers' dump() method support 'Plugin.keyname' format for keys. Closes #3363 2012-12-01 00:09:43 +05:30
Console Clean up code. 2012-12-20 20:31:04 -05:00
Controller Merge branch 'master' into 2.3 2012-12-07 20:53:10 -05:00
Core Added ConfigReaderInterface::dump() and made all readers' dump() method support 'Plugin.keyname' format for keys. Closes #3363 2012-12-01 00:09:43 +05:30
Error Docblock fixes 2012-11-29 04:36:29 +05:30
Event Docblock fixes 2012-11-29 04:36:29 +05:30
I18n Merge pull request #975 from dereuromark/2.3-i18n 2012-11-28 18:33:39 -08:00
Log Docblock fixes 2012-11-29 04:36:29 +05:30
Model Merge branch 'master' into 2.3 2012-12-19 21:18:52 -05:00
Network Merge branch 'master' into 2.3 2012-12-19 21:18:52 -05:00
Routing Merge pull request #1003 from dereuromark/2.3-cache-prefixes 2012-12-17 00:46:08 -08:00
Test Merge branch 'master' into 2.3 2012-12-19 21:18:52 -05:00
TestSuite unify new lines at the end of the file 2012-12-05 15:00:24 +01:00
Utility Merge branch 'master' into 2.3 2012-12-19 21:18:52 -05:00
View Merge branch 'master' into 2.3 2012-12-19 21:18:52 -05:00
basics.php fix coding standards 2012-12-10 17:40:12 +01:00
bootstrap.php unify new lines at the end of the file 2012-12-05 15:00:24 +01:00
LICENSE.txt Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
VERSION.txt Update version number to 2.3.0-RC1 2012-12-02 23:22:43 +01:00