Is the Zend_Db_Table_Abstract->insert() function safe?

Posted by abrereton on Stack Overflow See other posts from Stack Overflow or by abrereton
Published on 2010-05-24T15:51:19Z Indexed on 2010/05/24 16:31 UTC
Read the original article Hit count: 183

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.

© Stack Overflow or respective owner

Related posts about php

Related posts about mysql