帝国cms使用灵动标签实现多表同时调用最新信息,头条信息等
【排除部分栏目、排除头条和推荐】调用有图片的新闻和文章表的最新数据,最后一个1指必须有标题图片、前两个1表示调用1条头条信息、24是指按sql查询:
灵动标签同时调用多个表的最新内容,多个表用“union”连接:
[e:loop={'select * from (
select id,classid,titleurl,filename,title,newstime,titlepic from [!db.pre!]ecms_movie where newstime union
select id,classid,titleurl,filename,title,newstime,titlepic from [!db.pre!]ecms_news where newstime union
select id,classid,titleurl,filename,title,newstime,titlepic from [!db.pre!]ecms_photo where newstime union
select id,classid,titleurl,filename,title,newstime,titlepic from [!db.pre!]ecms_flash where newstime union
select id,classid,titleurl,filename,title,newstime,titlepic from [!db.pre!]ecms_article where newstime
) a order by newstime desc limit 10',10,24,1}]
<a href="<?=$bqsr['titleurl']?>" target="_blank"><?=$bqr['title']?></a> <br>
[/e:loop]
调用新闻和文章表的头条数据,0指不限有无有标题图片、两个4表示调用4条头条信息、24是指按sql查询:
[e:loop={'select * from (
select id,classid,titleurl,filename,title,newstime,titlepic from [!db.pre!]ecms_news where firsttitle=1 union
select id,classid,titleurl,filename,title,newstime,titlepic from [!db.pre!]ecms_article where firsttitle=1
) a order by newstime desc limit 4',4,24,0}]
<a href="<?=$bqsr['titleurl']?>" target="_blank"><?=$bqr['title']?></a> <br>
[/e:loop]
调用有图片的新闻和文章表的头条数据,最后一个1指必须有标题图片、前两个1表示调用1条头条信息、24是指按sql查询:
[e:loop={'select * from (
select titleurl,newstime,title,titlepic,onclick,smalltext from [!db.pre!]ecms_news where firsttitle=1 and ispic=1 union
select titleurl,newstime,title,titlepic,onclick,smalltext from [!db.pre!]ecms_article where firsttitle=1 and ispic=1
) a order by newstime desc limit 1',1,24,1}]
<a href="<?=$bqsr['titleurl']?>" target="_blank"><?=$bqr['title']?></a> <br>
[/e:loop]
【排除部分栏目、排除头条和推荐】调用有图片的新闻和文章表的最新数据,最后一个1指必须有标题图片、前两个1表示调用1条头条信息、24是指按sql查询:
如下示例代码:
[e:loop={'select * from (
select titleurl,newstime,title,smalltext from [!db.pre!]ecms_news where newstime and classid not in(24,15,35) and isgood=0 and firsttitle=0 union
select titleurl,newstime,title,smalltext from [!db.pre!]ecms_article where newstime and classid not in(24,15,35) and isgood=0 and firsttitle=0
) a order by newstime desc limit 10',10,24,0}]
<li><a href='<?=$bqsr['titleurl']?>' target='_blank'><h6><?=$bqr['title']?></h6><p><?=$bqr['smalltext']?></p></a></li>
[/e:loop]
免责/版权声明:
1、所有来源标注为 ECMSPLUS /zwcms.com的内容版权均为本站所有,若您需要引用、转载,只需要注明来源及原文链接即可,如涉及大面积转载,请来信告知,获取授权。
2、本站所提供的文章资讯、软件资源、素材源码等内容均为作者提供、网友推荐、互联网整理而来(部分报媒/平媒内容转载自网络合作媒体),仅供学习参考,如有侵犯您的版权,请联系我们,本站将在三个工作日内改正。
3、若您的网站或机构从本站获取的一切资源进行商业使用,除来源为本站的资料需与本站协商外,其他资源请自行联系版权所有人。
4、 ECMSPLUS /zwcms.com不保证资源的准确性、安全性和完整性,请您在阅读、下载及使用过程中自行确认,本站亦不承担上述资源对您或您的网站造成的任何形式的损失或伤害
5、未经 ECMSPLUS /zwcms.com允许,不得盗链、盗用本站资源;不得复制或仿造本网站,不得在非 ECMSPLUS /zwcms.com所属的服务器上建立镜像, ECMSPLUS /zwcms.com对其自行开发的或和他人共同开发的所有内容、技术手段和服务拥有全部知识产权,任何人不得侵害或破坏,也不得擅自使用。
6、互联网的本质是自由与分享,我们真诚的希望,每一份有价值的正能量能够在互联网中自由传播,能够为每一个网站提供动力。
评论(3)
欢迎您光临1pma.cn,本站秉承服务宗旨 履行“站长”责任,销售只是起点 服务永无止境!
?
?普通用户