帝国CMS灵动标签SQL调用同时调用多条广告(不实用,不如js灵活)
2020-04-30 16:39帝国cms
用:select * from phome_enewsad where adid in (广告ID1,广告ID2,....)
实例:
[e:loop={"select * from phome_enewsad where adid in (1,2,3) and t=0 order by adid desc limit 20",0,24}]
<a href="<?=$bqr[url]?>" target="_blank" title="<?=$bqr[title]?>"><img src="<?=$bqr[picurl]?>"><?=$bqr[picurl]?></a><br>
[/e:loop]
and t=0 可不用加
>phome_enewsad 数据表字段解释(广告表)
------------------------------------------------------------
> 字段名 解释 附加说明
> adid 广告ID
> picurl 文字内容或图片地址
> url 链接地址
> pic_width 图片宽度
> pic_height 图片高度
> onclick 点击数
> classid 分类ID
> adtype 广告类型
> title 广告名称
> target 新窗口打开
> alt 提示文字
> starttime 广告开始时间
> endtime 广告过期时间
> adsay 广告注释
> titlefont 文字加粗
> titlecolor 文字颜色
> htmlcode HTML广告内容
> t 广告模式 0为图片广告,1为文字广告,2为HTML广告,3为弹出广告
> ylink 显示原链接
> reptext 广告过期后显示内容
实例:
[e:loop={"select * from phome_enewsad where adid in (1,2,3) and t=0 order by adid desc limit 20",0,24}]
<a href="<?=$bqr[url]?>" target="_blank" title="<?=$bqr[title]?>"><img src="<?=$bqr[picurl]?>"><?=$bqr[picurl]?></a><br>
[/e:loop]
and t=0 可不用加
>phome_enewsad 数据表字段解释(广告表)
------------------------------------------------------------
> 字段名 解释 附加说明
> adid 广告ID
> picurl 文字内容或图片地址
> url 链接地址
> pic_width 图片宽度
> pic_height 图片高度
> onclick 点击数
> classid 分类ID
> adtype 广告类型
> title 广告名称
> target 新窗口打开
> alt 提示文字
> starttime 广告开始时间
> endtime 广告过期时间
> adsay 广告注释
> titlefont 文字加粗
> titlecolor 文字颜色
> htmlcode HTML广告内容
> t 广告模式 0为图片广告,1为文字广告,2为HTML广告,3为弹出广告
> ylink 显示原链接
> reptext 广告过期后显示内容
很赞哦! ()
- 上一篇
帝国CMS灵动标签调用多表多模型调用文章
灵动标签调用多表多模型调用文章 1、调用多模型的最新文章 [e:loop={'select * from ( select id,classid,titleurl,filename,title,newstime,titlepic from phome_
- 下一篇
帝国CMS7.5编辑器换行,如何将<br> 换成<p>
第一个在:\e\admin\ecmseditor\infoeditor\config.js; 第二个在:\e\admin\ecmseditor\tempeditor\config.js; 第三个在:\e\data\ecmseditor\infoeditor\config.js; 你要把这三