The problem with filtering in the current context is that it is done by the Form component internally in the event listeners (transform/reverseTransform,onBind)
I don't see how we can find an API that does both filtering inside the form and standalone. On Fri, Nov 25, 2011 at 5:04 PM, Lukas Kahwe Smith <[email protected]>wrote: > Hi, > > Another topic is that right now the Validation layer lacks filtering: > https://github.com/rdohms/DMS-Filter > > The idea being that before you validate, one might want to run some > filter/sanitization rules. > > regards, > Lukas Kahwe Smith > [email protected] > > > > -- > 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 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 > -- 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 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
