Hi all,
I have a hasMany relationship:
A hasMany B, B belongsto A
I want to get a list of all As who have at least one B via a containment
condition, but I am unsure how to formulate the condition.
In the model of A:
var $containment = array(
'ModelA' => array(
'conditions' => array(what should go here?)
);
Thanks for any advice in advance!
Anja
Check out the new CakePHP Questions site http://cakeqs.org and help others with
their CakePHP related questions.
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en