cakephp2-php8/lib/Cake/Model
chinpei215 b74774bb0c hasOne/belongsTo associations should contain associated records in afterFind
Before 1fe943d6f1,
afterFind() is called twice with belongsTo/hasOne associations.
Although $results also doesn't contain associated records on first time,
it contains them on second time.

After 1fe943d6f1,
it doesn't work if associated records are used in afterFind.
This commit fixes it.
2014-08-27 09:32:00 +09:00
..
Behavior Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
Datasource hasOne/belongsTo associations should contain associated records in afterFind 2014-08-27 09:32:00 +09:00
Validator Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
AclNode.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
Aco.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
AcoAction.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
Aro.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
BehaviorCollection.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
CakeSchema.php All CakeSchema doc blocks conform to coding standards. 2014-08-12 12:55:55 -05:00
ConnectionManager.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
I18nModel.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
Model.php Add some more transaction tests 2014-08-03 22:34:11 +09:00
ModelBehavior.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
ModelValidator.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
Permission.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00