On Feb 22, 1:26 pm, ymadh <[email protected]> wrote: > what is the best way to merge these together for sorting? > Should I write a union query and let mysql handle the work?
Depending on what your arrays look like when they hold multiple events/ classes, it may involve anything from a single call of array_merge_recursive to (for) loop(s) that call array_merge_recursive. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
