We have Images, tags, and imagestags tables. One image can have one, many or no tags. A tag can have many images.
We want to get all the images with a specific tag or no tags at all. Can this be done with one findAll()? We have tried a number of different ways to get at the data without having to merge 2 arrays or loop through arrays and kill the ones we don't want. I'm sure we are just doing this wrong. Some cakephp ninja master please help us. Thanks, Chris --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
