Hi Kris, namespace pollution, no need to make use_helper, autoloading, no need for helpers to use_helper their dependencies. (http://trac.symfony-project.org/ticket/1914)
Also refactoring gets easier when you youse class methods as IDEs can much more easily find the references .: Fabian > If you're suggesting the behavior of helpers be changed by way of > search and replace, what would be the benefit of refactoring the > helpers system at all? Replacing "sfUrlHelper::linkTo()" with > "myUrlHelper::linkTo()" is the same as replacing "link_to()" with > "my_link_to()". > > - Kris > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
