介紹下帝國(guó)cms實(shí)現(xiàn)網(wǎng)站首頁(yè)用靈動(dòng)標(biāo)簽調(diào)用文章內(nèi)容的方法
以下是靈動(dòng)標(biāo)簽的調(diào)用方法
[e:loop={'58,59,60,61',1,13,0}]
<?php
$fr=$empire->fetch1("select newstext from {$dbtbpre}ecms_news_data_{$bqr[stb]} where id='$bqr[id]'");
?>
<?=$fr[newstext]?>
[/e:loop]