In my app, Posts HABTM Tags. When I query data using $this->Tag->findAllByName() with $this->Tag- >recursive = 3 (or any value), it doesn't return all the associated tags of the associated posts...just the posts.
How can I search by tag, and find all tags associated with each result post as well? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
