> > I have this relationship: Project -> Customer -> Address. > > When I do a read() on the project and it pulls out the customer > details, I would like it to load the Address details as well. Is this > possible at all with the CakeAPI? This is a friendly RTFM reminder: http://manual.cakephp.org/chapter/models <- look for the $recursive parameter / property.
-- Felix -------------------------- My Blog: http://www.thinkingphp.org My Business: http://www.fg-webdesign.de rikdc wrote: > Hello, > > I have this relationship: Project -> Customer -> Address. > > When I do a read() on the project and it pulls out the customer > details, I would like it to load the Address details as well. Is this > possible at all with the CakeAPI? > > Many thanks, > Richard > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
