• {dede:php} $thisid=$refObj->Fields['typeid']; $sql="SELECT id,typename,topid FROM #@__arctype where id=".$thisid; $rs=$dsql->GetOne($sql); if($rs['topid']==0){ echo $rs['typename']; }else{ $sql2="SELECT id,typename,topid FROM #@__arctype where id=".$rs['topid']; $rs2=$dsql->GetOne($sql2); echo $rs2['typename']; } {/dede:php}
  • {dede:channel type='son' currentstyle="
  • ~typename~
  • "}
  • [field:typename/]
  • {/dede:channel}

{dede:field name='typename' function="GetTypeName(@me)"/}

  • 2
  • 3
  • 1