c724f0739a
* 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 |
||
---|---|---|
app | ||
lib/Cake | ||
plugins | ||
vendors | ||
.gitignore | ||
.htaccess | ||
.travis.yml | ||
build.properties | ||
build.xml | ||
index.php | ||
README.md |
CakePHP
CakePHP is a rapid development framework for PHP which uses commonly known design patterns like Active Record, Association Data Mapping, Front Controller and MVC. Our primary goal is to provide a structured framework that enables PHP users at all levels to rapidly develop robust web applications, without any loss to flexibility.
Some Handy Links
CakePHP - The rapid development PHP framework
Cookbook - THE Cake user documentation; start learning here!
Plugins - A repository of extensions to the framework
The Bakery - Tips, tutorials and articles
API - A reference to Cake's classes
CakePHP TV - Screen casts from events and video tutorials
The Cake Software Foundation - promoting development related to CakePHP
Get Support!
Our Google Group - community mailing list and forum
#cakephp on irc.freenode.net - Come chat with us, we have cake.
Q & A - Ask questions here, all questions welcome
Lighthouse - Got issues? Please tell us!