ThinkPHP框架where條件封裝的幾個小知識點

  平時作項目,在封裝where條件時會有一些不經常使用的小點,記下來,省得忘了。string

  兩字段或:table

    $where['name1|name2'] = array('like',"%$name%");im

  手寫條件:項目

    $where['_string'] = "id IN (SELECT id FROM table WHERE name LIKE '%$name%') ";tab

  一字段多限制:time

    $where['time'][] = array('egt',$starttime);
    $where['time'][] = array('elt',$endtime);ab

  未完待續。。。封裝

相關文章
相關標籤/搜索