码迷,mamicode.com
首页 > 其他好文 > 详细

TP框架中多条件筛选

时间:2017-10-09 10:58:27      阅读:161      评论:0      收藏:0      [点我收藏+]

标签:product   span   搜索   cin   inf   pid   框架   type   条件   

        $pid =I(‘pid‘);

        $year = I(‘year‘);

        $productType = I(‘productType‘);

        //搜索条件 where

        $_where = "cinfo.uid=$uid and cg.type=1 and cg.status=1";

        if($pid){

            $_where .= " and c.pid=$pid";

        }

        if($year){

            $_where .= " and c.year=$year";

        }

        if($productType){

            $_where .= " and c.productType=$productType";

        }

TP框架中多条件筛选

标签:product   span   搜索   cin   inf   pid   框架   type   条件   

原文地址:http://www.cnblogs.com/lovebing/p/7639793.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!