Hi,
I have a model class that extends Zend_Db_Table_Abstract. I use the update and insert functions and I want to know if I have to use mysql_escape_string to avoid sql injection or if the zend functions escape them for me. I am using the pdo_mysql driver.
Thanks for clarifying.
JR

