会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
阿飞
苍天绕过谁
管理
2020年6月28日
Zend where or怎么传
摘要: Zend framework 1 中使用数据库查询时 where条件总是感觉不知道如何传 比如如下sql: select t.* from t where a=1 and (b=2 or c=3) 代码应该写成如下: $select->from('t'); $select->where('a =?'
阅读全文
posted @ 2020-06-28 18:04 阿飞afei
阅读(139)
评论(0)
推荐(0)
编辑
公告