Tagged Questions
-2
votes
2answers
376 views
why use a form object when you can get needed data from view object's html?
I am working with server side code.
I have a request object that handles request data validation and filtering.
I have a view object that uses template files to generate html for output. the ...