On 6/8/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > The second point I want to talk about is validating datas. If we have > a e-mail field for a user, we now have to validate it at least 3 times > in a classic user management system: in the frontend, to let the user > change its e-mail. In the backend, so admin can change it to. And if > we have an import function from an uploaded CSV file, we need to > validate it again. Can't we imagine to validate datas at a model > level?
did you take a look at http://trac.symfony-project.com/trac/wiki/sfPropelValidateBehaviorPlugin ? ++ tristan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
