Destoon在列表页调用文章内容的方法

  2020-01-26    阅读:1146
 对于destoon的列表里需要循环调用文章内容的朋友,可以使用以下办法

include/global.func.php 加入以下函数
 

function content($itemid) {
        global $db;
        $row = $db->get_one("SELECt * FROM {$db->pre}sell_data_5 WHERe itemid=$itemid");
        return $row['content'];
}
在循环标签中使用

{content($t[itemid])}

免责声明:
本站部份内容系网友自发上传与转载,不代表本网赞同其观点;
如涉及内容、版权等问题,请在30日内联系,我们将在第一时间删除内容!

相关Destoon技术

(c)2012-2023 www.qiyeyunshang.com All Rights Reserved.
慧一科技destoon模板   辽ICP备2021002520号-1
  QQ咨询

购买模板 售前咨询

  咨询QQ

3292628658
(早8:30-晚10:00)

  微信咨询

咨询微信
客服微信

  返回顶部