对于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])}
Destoon在列表页调用文章内容的方法
2020-01-26 阅读:1146
免责声明:
本站部份内容系网友自发上传与转载,不代表本网赞同其观点;
如涉及内容、版权等问题,请在30日内联系,我们将在第一时间删除内容!