Hi Brian

As mentioned, I don't know of a "Cake" way of doing it, but if you 
discover one then I am all ears :-)

Regards,
Langdon


Brian Hartvigsen wrote:
> I was trying to see if there was a way to do it within cake without a
> ton of iteration, but so far it appears that I'm going to have to do
> some data cleanup one way or another.  $recursive = 2 would retrieve
> all the data, but wouldn't allow it to be sorted directly, I would
> have to go iterate over the Group->User array adding each of thier
> File parts into a global array and then sort that.  I kinda thought I
> was going to have to clean up the data (as suggested by Langdon),
> really just wondering if there was a "cleaner" way to do it I guess.
> 
> I actually got the idea for the findAll() to findAll() search from
> reading the manual on Models and conditions in particular when I first
> realized this was going to be an issue.
> 
> -- Brian

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to