You may also want to look at the Set::merge() function if you're using Cake 1.2 ... I've found it's met my needs for doing recursive array merges.
p On Feb 8, 6:20 pm, johnnyice <[EMAIL PROTECTED]> wrote: > I grabbed a handy function from php.net (array_merge_recursive_unique) > that I want to use. It doesn't make sense to add it to my controller > and it's not quite robust enough to become a component. > > I don't want to modify the cake core basics.php file where the global > functions are located (not good practice when I decide to move to the > next cake version), so where could I place additional global functions > like this? > > thanks in advance! > > j --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
