On Jul 3, 2008, at 5:42 AM, Francois Zaninotto wrote:
> > Yes, except that if we want plugins to be able to override helpers as > well, we need to provide hooks in every method of every helper, and in > __call(). > I think that if a plugin creates its own helper that is modifying a sf helper, it should make its own helper. So symfony: sfBaseUrlHelper.class.php <- real code sfUrlHelper.class.php <- empty I override sfUrlHelper in my lib dir. If a plugin wants to modify the sfUrlHelper, it should be plugUrlHelper.class extends sfUrlHelper... and in its own code use plugUrlHelper... -- Nathanael D. Noblet Gnat Solutions, Inc --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
