帝国用SQL方式读取任何表中的任何字段

帝国用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

上一篇 2024 年 4 月 24 日
下一篇 2024 年 4 月 25 日

相关推荐