avoiding MySQL injections with the Zend_Db class

后端 未结 7 2147
一生所求
一生所求 2020-12-02 21:31

I currently use Zend_Db to manage my queries. I\'ve written already code that preforms queries like the one below:

$handle->select()->from(\'user_id\')
              


        
7条回答
  •  甜味超标
    2020-12-02 21:59

    Yes. See http://framework.zend.com/manual/en/zend.db.select.html . Don't worry. You're right to be skeptical.

提交回复
热议问题