On 5/21/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Now my questions: > - Could it be the case that there was a name collision?
Yes. > - Is there a way to avoid these collisions? If so, how? > Until PHP has namespace support, avoid these collisions by prepending your classes and functions with a unique identifier. In my case, it would be Grumpy_File instead of File. Hope that helps. -- Chris Hartjes My motto for 2007: "Just build it, damnit!" @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
