帝国CMS模板如何使用灵动标签和万能标签附加sql语句的写法

  • 压缩包大小:Unkown
  • 开发语言:
  • 软件授权:
  • 更新时间:2022-12-27 10:05:45
  • 软件类别:
  • 相关链接:未知官方
  • 网友评分:
  • 应用平台:Win2000/WinXP/Win2003
  • 演示地址:演示地址

灵动标签:

[e:loop={0,10,3,0,'isgood=1','newstime DESC'}] <a rel="nofollow noopener noreferrer" href="<?=$bqsr['titleurl']?>" target="_blank"><?=$bqr['title']?></a> <br> [/e:loop]'

万能标签:

[ecmsinfo]0,10,32,0,3,1,0,'isgood=1','newstime DESC'[/ecmsinfo]

标签附加sql有以下几种:

1、isgood=1 一级推荐(1-9) isgood=0 排除推荐调用 2、firsttitle=1 一级头条(1-9) firsttitle=0 排除头条调用 3、field='值' 字段等于某值 4、newstime DESC 按发布时间降序排序 (最新) 5、newstime ASC 按发布时间升序排序 (最旧) 6、id DESC 按ID降序排序 7、onclick DESC 按点击降序排序 8、totaldown DESC 按下载降序排序 9、plnum DESC 按评论降序排序 10、diggtop DESC 按顶数降序排序 11、isurl=0 排除重复文章调用 12、istop=0 排除置顶调用 13、ismember=0 排除会员调用(=1时为调用会员) 14、ispic=1 只调用 标题图片的信息

帝国CMS 灵动标签排除头条、推荐、置顶等信息调用 sql调用: select * from phome_ecms_表 where istop=0 and isgood=0 and firsttitle=0 and checked=1 order by newstime desc limit 10 解释: istop=0 是排除置顶 信息 isgood=0 是排除推荐 信息 firsttitle=0 是排除头条 信息 灵动标签简化版写法 sql附加条件'istop=0 and isgood=0 and firsttitle=0 and checked=1'

以上就是帝国CMS模板如何使用灵动标签和万能标签附加sql语句的写法。生命苦于无常。生活困于如常。更多关于帝国CMS模板如何使用灵动标签和万能标签附加sql语句的写法请关注haodaima.com其它相关文章!

关键词: 帝国CMS

下载地址

下载失败问题?【我要反馈】

提示:好代码网站资源是由用户投稿上传,内容来自互联网,本站只做免费推荐用于学习分享,如有版权及其他问题,请联系小编处理!

下载“jQuery焦点无缝轮播图特效”地址:

  • 日榜
  • 周榜
  • 月榜

推荐下载

  • 开发手册
  • 常用软件