On Wed, Apr 29, 2009 at 1:57 PM, fain182 <[email protected]> wrote: > > On Wed, Apr 29, 2009 at 4:55 PM, brian <[email protected]> wrote: >> >> On Wed, Apr 29, 2009 at 12:51 PM, fain182 <[email protected]> wrote: >>> >>> hello, >>> i have 5 model related in this way: >>> A belongs to B (B has many A) >>> B belongs to C (C has many B) >>> C belongs to D (D has many C) >>> D belongs to E (E has many D) >>> >>> in the view of A i would show his parent B, C, D and E >>> which number should I set A ? (i didn't understood the page about >>> recursive in the cookbook.) >> >> Have you tried 2? > yes, it gives me only A and B...
Right. I had mixed up the hasMany/belongsTo relationships. I believe that, if it was the other way around, you'd get all the models. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
