【发布时间】:2014-10-10 09:44:12
【问题描述】:
我想将以下 sql 查询转换为 zend 查询。如何使用 zend 框架 2 将此 mysql 查询转换为 zend 查询?
select * from user where BINARY username = "testUser";
谢谢
【问题讨论】:
-
您正在搜索的可能答案stackoverflow.com/questions/10153740/…
标签: php mysql zend-framework zend-framework2