(一)、当前栏目ID或专题ID:$GLOBALS[navclassid]
通过这个变量可以输出这个栏目id的所有数据(如:select * from phome_enewsclass where classid='$GLOBALS[navclassid]')
(二)、使用范例:调用当前栏目下的栏目简介。
用SQL标签调用:
[e:loop={"select intro from phome_enewsclass where classid='$GLOBALS[navclassid]'",1,24,0}]
<?=$bqr[intro]?>
[/e:loop]
或用PHP调用:
<?php
$cr=$empire->fetch1("select intro from phome_enewsclass where classid='$GLOBALS[navclassid]'");
echo $cr[intro];
?>

 

标签: 帝国cms 调用
点击这里复制本文地址

以上内容由qqso网站教程网整理呈现.
原文地址:帝国CMS调用当前栏目下的栏目简介等信息发布于2021-08-18 09:00:34。
请务必在转载分享时注明本文地址!如对内容有疑问,请联系我们,谢谢!