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