On Mar 18, 3:30 am, AD7six <[EMAIL PROTECTED]> wrote: > > I don't understand why after setting yourself up withtreebehavior, > and all the none recursive benefits that yields, you still want a > recursive, nested array Jumping in here, CakePHP does not return model objects. It returns static associative arrays. As such, you can't iterate over the tree in your view unless you convert it into an array. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
