帝国用SQL方式读取任何表中的任何字段
栏目封面、列表模板,要读取当前栏目的栏目内容,直接用PHP读取出来:
<?php
$cr=$empire->fetch1("select classtext from phome_enewsclassadd where classid='$GLOBALS[navclassid]'");
echo $cr['classtext'];
?>
用灵动标签[e:loop]:
[e:loop={"select classtext from phome_enewsclassadd where classid='$GLOBALS[navclassid]'",1,24,0}]
<?=$bqr[classtext]?>
[/e:loop]
其中$GLOBALS[navclassid]表示当前栏目ID
本文摘自网络,不代表短经典网立场 https://www.duanjingdian.com/285.html