国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > CMS > 帝國Empire > 正文

帝國cms上一篇文章下一篇文章功能實現

2024-08-28 12:21:07
字體:
來源:轉載
供稿:網友

 一: 動態調用上一篇下一篇鏈接

<a href="http://www.jzread.com/e/public/GotoNext?classid=9&id=3131&enews=pre">上一篇</a>   動態調用上一篇鏈接
<a href="http://www.jzread.com/e/public/GotoNext?classid=9&id=3131&enews=next">下一篇</a> 動態調用下一篇鏈接

二: 運用靈動標簽和SQl語句調用

上一篇鏈接:
[e:loop={"select id,classid,newspath,filename,groupid,titleurl from [!db.pre!]ecms_".$class_r[$navinfor[classid]]['tbname']." where id<".$navinfor[id]." and  classid=".$navinfor[classid]." and checked=1 order by id desc limit 1",1,24,0}]
<?php
$titleurl=sys_ReturnBqTitleLink($bqr);
echo $titleurl;
[/e:loop]

下一篇鏈接:(把小于號改成大于號)
[e:loop={"select id,classid,newspath,filename,groupid,titleurl from [!db.pre!]ecms_".$class_r[$navinfor[classid]]['tbname']." where id>".$navinfor[id]." and  classid=".$navinfor[classid]." and checked=1 order by id desc limit 1",1,24,0}]
<?php
$titleurl=sys_ReturnBqTitleLink($bqr);
echo $titleurl;
[/e:loop]

三: 運用靈動標簽調用,比較簡潔的方式(感謝 落木蕭蕭)

<!--上一篇-->
[e:loop={'selfinfo',1,0,0,'id<'.$navinfor[id].'','id desc'}]
上一篇:<a href="<?php
echo $bqsr[titleurl];
$pre='true';
?>"><?=$bqr[title]?>
</a>
[/e:loop]
<?php
if(empty($pre)){
echo "上一篇:很抱歉沒有了";
}
?>

<!--下一篇-->
下一篇:[e:loop={'selfinfo',1,0,0,'id>'.$navinfor[id].'','id asc'}]
<a href="<?php
echo $bqsr[titleurl];
$next='true';
?>"><?=$bqr[title]?>
</a>
[/e:loop]
<?php
if(empty($next)){
echo "下一篇:很抱歉沒有了";
}
?>

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 金昌市| 丽水市| 五华县| 巴青县| 临泉县| 万载县| 会理县| 安国市| 石景山区| 广河县| 洛扎县| 渑池县| 甘德县| 敖汉旗| 长岛县| 永平县| 麻阳| 闻喜县| 奉贤区| 丰县| 策勒县| 台中县| 图木舒克市| 西城区| 陇西县| 普格县| 祁阳县| 云和县| 苗栗市| 湛江市| 阜新| 寿阳县| 瑞丽市| 渭南市| 元氏县| 富锦市| 淳安县| 冀州市| 甘孜| 丽江市| 嘉禾县|