帝国cms 获取当前栏目下所有子栏目帝国cms 获取当前栏目下所有子栏目

生命不息,
折腾不止!

帝国cms 获取当前栏目下所有子栏目

方法1:帝国CMS 灵动调用当前栏目子栏目,没有子栏目的则调用同级栏目(推荐)

Via:http://bbs.phome.net/showthread-13-352633-0.html

 

[showclasstemp]'selfinfo',3,0,0[/showclasstemp]

'selfinfo'显示本栏目下级栏目

标签模板ID为 3

 

[showclasstemp]'selfinfo',3,0,0[/showclasstemp]  可实现下发代码同等效果

<?php
  $islast=$class_r[$GLOBALS[navclassid]][islast]; //当前栏目判断是否为终级栏目
  $bclassid=$class_r[$GLOBALS[navclassid]][bclassid];//获取当前父栏目ID
?>
<ul class="list">
<?php
   if($islast==1 and $bclassid==0){//终极栏目,没有父栏目,则查询当前栏目下的信息列表
?>
[e:loop={"select * from phome_ecms_news  where classid='".$GLOBALS[navclassid]."'",20,24,1}]
   <li><a href="<?=$bqsr[titleurl]?>"><?=esub($bqr[title],18)?></a></li>
[/e:loop]
<?php
   }else if($islast==1 and $bclassid!=0){//终极栏目,有父栏目,则查询父栏目下的子栏目列表
?>
[e:loop={"select * from phome_enewsclass where  bclassid='".$bclassid."'",24,24,1}]
   <li><a href="[!--news.url--]<?=esub($bqr[classpath],200)?>"><?=esub($bqr[classname],18)?></a></li>
[/e:loop]
<?php
    }else{//否则就调用当前栏目下的子栏目列表
?>
[e:loop={"select * from phome_enewsclass where bclassid='".$GLOBALS[navclassid]."'",24,24,1}]
    <li><a href="[!--news.url--]<?=esub($bqr[classpath],200)?>" ><?=esub($bqr[classname],18)?></a></li>
[/e:loop]
<?php
    }
?>
</ul>

 

 

方法2:帝国CMS获取当前栏目下子栏目

Via:http://bbs.phome.net/ShowThread/?threadid=361013&forumid=42

<?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}]
  <a href="<?=$public_r[newsurl].$bqr[classpath]?>"><?=$bqr[classname]?></a>
  [/e:loop]


//前端展示代码
     <a href="/a/meiwei">享美味</a>
     <a href="/a/meiji">美奇迹</a>
     <a href="/a/keji">潮科技</a>
     <a href="/a/qushi">奇趣事</a>

 

 

赞() 打赏
未经允许不得转载:我的博客 » 帝国cms 获取当前栏目下所有子栏目
分享到: 更多 (0)

评论 4

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址
  1. #1

    这是评论测试

    DUX主题小秘7个月前 (09-17)回复
    • 飞歌导航东方红烦得很

      themebetter主题小秘3周前 (04-08)回复
  2. #2

    这是新的一条评论

    DUX主题小秘7个月前 (09-17)回复
  3. #3

    未来一年,中国的移动支付市场会是什么样?

    DUX主题小秘7个月前 (09-17)回复

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

微信扫一扫打赏

大前端WP主题 更专业 更方便

联系我们 联系我们