Hi Frank, well my post implicitly restated the idea to make the symfony helpers static methods in the classes. And I cant read from your post why this should not work. Of course I could "use every class symfony could find". why should this be a problem? .: Fabian
-----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Frank Stelzer Sent: Sonntag, 6. Juli 2008 18:32 To: [email protected] Subject: [symfony-devs] Re: roadmap for helpers in 1.2 Hi Fabian, your scenario only works, when the normal helper functions will be moved to static class methods. In your case, you could use every class which symfony could find (and that would be many when autoloading is not limited). I think this fact would break everything (. But when we would switch to this behaviour: $urlHelper = $sf_helper->get('url') You only would search for sf*Helper or maybe my*Helper classes within this sfHelper class and you would contain the helpers area. - Frank --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
