Is the Zend_Db_Table_Abstract->insert() function safe?
- by abrereton
I am using the insert() function from Zend_Db_Table_Abstract.
The data being inserted is user input, so naturally I am curious if ZF does the data cleansing for me, or if I should do it myself before I call the insert() function.