Define "Validation in the Model"
- by sunwukung
There have been a couple of discussions regarding the location of user input validation:
http://stackoverflow.com/questions/659950/should-validation-be-done-in-form-objects-or-the-model
http://stackoverflow.com/questions/134388/where-do-you-do-your-validation-model-controller-or-view
These discussions were quite old, so I wanted to ask the…