cakephp2-php8/lib
Ber Clausen c9e0131d6a Only generate query data for hasOne and belongsTo associations.
Avoid calling generateAssociationQuery():

* when the return value will never be usefull (True in this case)
* to avoid polluting $queryData with uneeded fields

Later, the SQL statement for the primary, and 'hasOne' plus 'belongsTo'
relationships, is built.
2013-11-11 23:27:50 -03:00
..
Cake Only generate query data for hasOne and belongsTo associations. 2013-11-11 23:27:50 -03:00