1.JOIN查詢:
{assign name="rssonid" value=":getsonid(2)" /}{rs id="rs" top="10" table="xiy_content" where="classid in ($rssonid) and islock=0" join="LEFT JOIN xiy_model_news ON xiy_model_news.cid=xiy_content.id" order="ordernum asc,createdate desc,id desc" key="i" mod="3"}{:getsubstr($rs.title,0,40)}輸出自定義字段:{$rs.自定義字段}{/rs}JOIN查詢常用于自定義字段的輸出
其中join語(yǔ)句中的 xiy_model_news 是你要外鏈接的表