东方星雨

简单网络

一个爱好网络的80后男站长。

关注我东方星雨个人微信号:476847113

您现在的位置是:首页 > 站长日志

帝国CMS子栏目页调用父栏目的自定义字段

2016-06-09 站长 站长日志

通过以下方法可以在帝国CMS子栏目页调用父栏目的自定义字段内容:

<?phpglobal $empire;$r=$empire->fetch1("select * from phome_enewsclassadd where classid=".$class_r[$GLOBALS[navclassid]][bclassid]."");echo $r[about];?>

 

文章评论