How to use prepared statements in Zend Framework

后端 未结 4 1962
春和景丽
春和景丽 2021-01-13 19:46

Mysql supports prepared statements in this way:

http://dev.mysql.com/doc/refman/5.0/en/sql-syntax-prepared-statements.html

Is there a support for it in Zend

4条回答
  •  没有蜡笔的小新
    2021-01-13 19:58

    After some research, I didn't find ZF's support for prepared statements in this very same way. The only thing you can do is to emulate it as @Nikita Gopkalo posted.

提交回复
热议问题