在循环标签中使用自定义SQL条件where

2024-01-26 11:07 小编

模板循环标签中的查询条件,可以使用通配符来组装各种形式的查询条件语句,

当通配符都不满足你的查询条件时,你可以使用where标签来自己写原生态SQL语句,语法格式为:

{php $where=urlencode("自定义sql条件");}

{module module=news where=$where}


{/module}

{$debug}

例如查询 uid是 123或者是321 的用户发布的文章:

{php $where=urlencode("(uid=123 or uid=321)");}

{module module=news where=$where}


{/module}

{$debug}


在线咨询 拨打电话

电话

13363039260

微信二维码

微信二维码