> It doesn't have to be a more complex syntax if you don't want it to > be. There are a lot of benefits by keeping everything object > oriented. The current helpers could even be rewritten for a plugin to > provide the same functionality with the same simple interface. Even > the form framework could be integrated with traditional helpers so > that a helper like input_tag() is just a mask on top of > sfWidgetFormInput() for simplicity.
thats the best way to do it in my opinion. this would be very easy to use and also backwards compatible and extensible (overriding etc..) And additionally users are able to use a the helpers as normal (static?) method calls if they want.. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
