Re: [symfony-users] Validations

2010-03-04 Thread Gareth McCumskey
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

Re: [symfony-users] Validations

2010-03-03 Thread Parijat Kalia
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 wrote: > They got replaced by the form framework. I believe you ca

Re: [symfony-users] Validations

2010-03-03 Thread Gábor Fási
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 wrote: > Hey guys, > > whatever happened to the good old validateXXX() methods and the > validate.yaml files symfony h

[symfony-users] Validations

2010-03-03 Thread Parijat Kalia
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 actio