1. 程式人生 > >thinkphp 5 where 組合條件map數組or

thinkphp 5 where 組合條件map數組or

blog 數組 lec ray ids style for subst 代碼

if($inviterId>0) {
            $arr = Db::table("tablename")-> where("pid=$inviterId")->field(‘id‘)->select();
            $ids=‘‘;
            for ($i=0; $i < count($arr); $i++) { 
                $ids =$ids.‘,‘. $arr[$i][‘id‘];
            }
            if(\strlen($ids)>1) $ids
=substr($ids,1); $map[‘inviterId‘]=array([‘=‘,$inviterId],[‘in‘, $ids ],‘or‘); }

直接貼代碼記錄以下供以後參考吧

thinkphp 5 where 組合條件map數組or