|
Posted by otrWalter@gmail.com on 10/04/07 04:29
I'm rolling my own little DB class (pls, I don't need to hear about
how wonder this or that class is, thank you, I've reading over 2 dozen
such libaries) and I have a question to this group...
Workflow:
1) submit data form
2) pull data from POST
3) "clean" data
4) update record
Now, my question deals with step 3.
On one hand, the cleansing of the data needs to be done by the
developer.
On the other, would it be logical for the DB class to take a whack at
the data set and to make sure each field is the data type that the
database is expecting? Or should the developer code that as well?
Ideas?
walter
Navigation:
[Reply to this message]
|