[symfony-users] Re: Best way to validate global, non field condition

2009-03-12 Thread vadim
I would try to use postValidator. You can use there your own validator that can do whatever you want, any manipulations with database. I guess you should watche out the sfValidatorPropelUnique. On Mar 11, 10:08 pm, Java Guy steve.san...@gmail.com wrote: I need to create a type of global

[symfony-users] Re: Best way to validate global, non field condition

2009-03-12 Thread Steve the Canuck
Thanks! I created a post validator called ValidatorPropelLimit. On Mar 12, 8:15 am, vadim samokhinva...@gmail.com wrote: I would try to use postValidator. You can use there your own validator that can do whatever you want, any manipulations with database. I guess you should watche out the