帝國CMS子欄目頁調用父欄目的自定義字段
發布時間:2019-10-25 來源:未知 瀏覽: 關鍵詞:
通過以下方法可以在帝國CMS子欄目頁調用父欄目的自定義字段內容:
<?phpglobal $empire;$r=$empire->fetch1("select * from phome_enewsclassadd where classid=".$class_r[$GLOBALS[navclassid]][bclassid]."");echo $r[about];?>
責任編輯:實速科技