会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
壁虎漫步.
php资料
首页
新随笔
订阅
管理
2019年3月8日
ThinkPHP 中 where条件 or,and 同时使用
摘要: ('a'=1 and 'b'=2) or ('c'=3 and 'd'=4) and 'e'=5 $where_1['a'] = 1; $where_1['b'] = 2; $where_2['c'] = 3; $where_2['d'] = 4; $where_main['_complex'] = array( $where_1, $where_2, '_logic...
阅读全文
posted @ 2019-03-08 08:56 壁虎漫步.
阅读(14475)
评论(0)
推荐(0)
编辑