Forms framework was introduced in symfony 1.1 and the older forms helpers and validators were deprecated in 1.2 I believe. You can set the sfCompat10 plugin to be used for > 1.1 and things should still work but really is better to migrate over to the forms framework. We are currently reworking our older 1.0 forms into Forms framework so we can eventually upgrade to 1.4.
1.2 is not maintained anymore except for critical security bugs. On Thu, Mar 4, 2010 at 12:32 AM, Parijat Kalia <[email protected]> wrote: > Why do you recommend using the form framework over the simple old validation > styles. Which version of symfony introduced this change? And is 1.2.9 > maintained any longer? > > Thanks > > Parijat > > On Wed, Mar 3, 2010 at 2:02 PM, Gábor Fási <[email protected]> wrote: >> >> They got replaced by the form framework. I believe you can still use >> them with the sfCompat10Plugin, but you'd better use the form fw. >> >> On Wed, Mar 3, 2010 at 23:00, Parijat Kalia <[email protected]> >> wrote: >> > Hey guys, >> > >> > whatever happened to the good old validateXXX() methods and the >> > validate.yaml files symfony had. I have a validateXXX() for a couple of >> > my >> > actions but they don't run. Not only that, when I run modules, the only >> > thing that get's generated when a generate:module function is called is >> > actions and templates folder. Am I missing something here? >> > >> > Parijat >> > >> > -- >> > If you want to report a vulnerability issue on symfony, please send it >> > to >> > security at symfony-project.com >> > >> > You received this message because you are subscribed to the Google >> > Groups "symfony users" 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-users?hl=en >> > >> >> -- >> If you want to report a vulnerability issue on symfony, please send it to >> security at symfony-project.com >> >> You received this message because you are subscribed to the Google >> Groups "symfony users" 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-users?hl=en > > -- > If you want to report a vulnerability issue on symfony, please send it to > security at symfony-project.com > > You received this message because you are subscribed to the Google > Groups "symfony users" 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-users?hl=en > -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" 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-users?hl=en
