cakephp2-php8/lib/Cake/Model
mark_story e36c537cf6 Switch from LEFT to INNER joins.
INNER joins are often more efficient as they can result in fewer rows
being examined before a result set is generated.

Fixes #3968
2013-08-07 12:50:02 -04:00
..
Behavior correct return types in doc blocks 2013-07-05 17:19:22 +02:00
Datasource Moves code out of the try/catch blocks in the connect() methods. 2013-07-15 12:59:46 +02:00
Validator correct return types in doc blocks 2013-07-05 17:19:22 +02:00
AclNode.php Switch from LEFT to INNER joins. 2013-08-07 12:50:02 -04:00
Aco.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AcoAction.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
Aro.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
BehaviorCollection.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
CakeSchema.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
ConnectionManager.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
I18nModel.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
Model.php Fixed bug when using multi model fieldList and whitelists for all models are not provided. 2013-08-03 02:49:41 +05:30
ModelBehavior.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
ModelValidator.php Fixed bug when using multi model fieldList and whitelists for all models are not provided. 2013-08-03 02:49:41 +05:30
Permission.php simplify else cases 2013-07-03 01:14:41 +02:00