The the method sfLoader::loadHelpers() you use include() instead of include_once() and I am having problem with helpers which depend on each other (cannot redeclare function). So my question is why would you use include instead of include_once() because as soon as I change it to include_once it stopped giving me this fatal error (of course) and no other side effects for now. If it is a bug I will file a report, I just wanted to run it through the list first.
Regards, Kupo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" 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/symfony-devs?hl=en -~----------~----~----~----~------~----~------~--~---
