thinkphp 带查询分页问题!_百度知道
最佳答案: foreach($_POST as $key=>$val) { $p->parameter .= "$key=".urlencode($val).'&'; //带搜索条件的查询 } 给你一个完整的吧,我一直是...更多关于thinkphp在查询时遇到排名与分页问题的问题>>
thinkPHP框架筛选分页问题,分页带入查询条件问题_百度知道
问题描述: http://www.thinkphp.cn/topic/23935.html最佳答案: 你可以用$map['_string']这个来组合where条件,有些情况下需要你自己拆分的,不能完全依赖TP的where组合,他的也只能组合查询粒度简单的的更多关于thinkphp在查询时遇到排名与分页问题的问题>>