I'm confused on when to rely on correctly configured associations, when
to add an additional bindModel, and when to do something like:

$result = $this->A->B->C->FindAll();

To my simple mind, if I've configured the associations correctly, and
have set recursive parameter to 2 in the $this->A->findAll(), I
shouldn't need extra steps to get model C to be included. Where am I
mistaken?

Thx.

On Jan 11, 8:27 pm, "gwoo" <[EMAIL PROTECTED]> wrote:
> for hasMany you can specify the fields in your model. Or dynamically
> bind them with bindModel.


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Cake PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to