destoon6.0標簽使用之 and和&的使用
阿新 • • 發佈:2018-02-12
tag too cond cat level 系統 code destoon strong and為並列條件,&為包含條件
and條件必須排在,&條件前面
and條件必須排在,&條件前面
正確寫法:
正確:<!--{php $tags=tag("moduleid=$moduleid&length=42&condition=status=3 <span style="color:#ff0000;">and level=5 &catid=$catid</span>&order=".$MOD[order]."&pagesize=1&template=null");}-->
錯誤寫法
<!--{php $tags=tag("moduleid=$moduleid&length=42&condition=status=3 <span style="color:#ff0000;">&catid=$catid and level=5</span>&order=".$MOD[order]."&pagesize=1&template=null");}-->
最近沒事,研究上destoon的系統,做了一個關於行業的b2b,圓柱模板 http://zhimo.yuanzhumuban.cc/ 還需大家多多指點!
destoon6.0標簽使用之 and和&的使用