首页 > CMS建站 > 帝国Empire > 正文

帝国cms灵动标签实现循环子栏目数据

2021-12-23 13:24:19
字体:
来源:转载
供稿:网友
<?php$bclassid=$GLOBALS[navclassid];//取得本栏目id//取得本栏目下的子栏目?>[e:loop={"select classid, classname, classpath from `[!db.pre!]enewsclass` where bclassid='$bclassid' order by `classid` desc ",7,24,0}]
<?php//这里是取得该分类下的有图片的最新数据$commbook=$empire->fetch1("select title,titlepic,smalltext,titleurl,keyboard,groupid,classid,newspath,filename,id from {$dbtbpre}ecms_news where classid = ".$bqr[classid]." and titlepic!='' order by newstime desc limit 1");$commbookurl=sys_ReturnBqTitleLink($commbook);?>
"><?=$bqr[classname]?>
">更多
  • " target="_blank">" target="_blank"><?=esub($commbook[title],28)?>

    <?=esub($commbook[smalltext],64)?>...

  • <?php//取得该分类下的最新数据 $newbook=$empire->query("select title,titlepic,smalltext,titleurl,keyboard,newstime,groupid,classid,newspath,filename,id from {$dbtbpre}ecms_news where classid =".$bqr[classid]." order by newstime desc limit 5"); while($r=$empire->fetch($newbook)) { ?>
  • " title="<?=$r[title]?>"><?=$r[title]?><?=date('Y-m-d',$r[newstime])?>
  • <?php } //显示5条 ?>
[/e:loop]
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表