Skip to main content

All Questions

Tagged with
2 votes
2 answers
2k views

Is it OK to use (WTF) forms to validate against stuff from DB?

Form classes are intended (IMO) for submitted data against rules. For example: are passwords equal, is end date later than start date. submitted data--->|Form| Is it okay for Form classes to ...
Jesvin Jose's user avatar