where方法中使用_string 中出现的问题

浏览:910 发布日期:2015/09/04 分类:求助交流
$map['_string']='pid=13 AND table_name=case';
$t=M('aa')->where($map)->select();
以上这样的写法总是提示错误:



如果换成这样的写法则没有问题:$map['_string']='pid=13';
$t=M('aa')->where($map)->select();
哪个高手指点一下是什么情况啊?版本是thinkphp 3.2.3
最佳答案
评论( 相关
后面还有条评论,点击查看>>