1.1 is a transition release as far as helpers are concerned. So, the main helpers will be converted to classes (url_for(), slots, ...) and less important ones (TextHelper for example) will stay as functions for now.
Fabien -- Fabien Potencier Sensio CEO - symfony lead developer http://www.sensiolabs.com/ http://www.symfony-project.com/ Sensio Labs Tél: +33 1 40 99 80 80 joshua may wrote: > Okay, I think this is the last thing I need/want to ask about this > stuff. > > You're suggesting we use url_for() when generating links for the form. > AFAIK, url_for() is defined as a part of sfCompat10Plugin.. So, will > the helpers be re-developed? Or will some of the helpers be pulled > back out of the plugin into core? > > From memory, there was talk of using helper objects, rather than > global functions, but I'm not sure if that's still going ahead. > Assuming yes? Eventually? > > Thanks, > Josh > > On Nov 23, 1:51 am, Fabien POTENCIER <[EMAIL PROTECTED] > project.com> wrote: >> You can use the validator without the sfForm. >> >> The great thing about the new system is that you can use the validation >> by itself, the widgets by themselves. >> >> Fabien >> >> -- >> Fabien Potencier >> Sensio CEO - symfony lead >> developerhttp://www.sensiolabs.com/http://www.symfony-project.com/ >> Sensio Labs >> Tél: +33 1 40 99 80 80 >> >> Ian P. Christian wrote: >>> Fabien POTENCIER wrote: >>>> In fact, this is better now. You now have a single file to check, the >>>> form class. In symfony 1.0, you have to check the .yml file and the >>>> executeXXX() method. >>> I agree, I was never really a fan of the validation .yml files... >>> But, I assume they are still about for validation of non-form stuff? >>> or... no? > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
