帝国cms用灵动标签调用全站所有数据表最新信息的方法

1
2
3
4
5
6
7
8
9
10
11
[e:loop={'select * from (
select id,classid,titleurl,filename,title,newstime,titlepic from phome_ecms_book where newstime union
select id,classid,titleurl,filename,title,newstime,titlepic from phome_ecms_course where newstime union
select id,classid,titleurl,filename,title,newstime,titlepic from phome_ecms_soft where newstime union
select id,classid,titleurl,filename,title,newstime,titlepic from phome_ecms_game where newstime union
select id,classid,titleurl,filename,title,newstime,titlepic from phome_ecms_js where newstime union
select id,classid,titleurl,filename,title,newstime,titlepic from phome_ecms_templet where newstime union
select id,classid,titleurl,filename,title,newstime,titlepic from phome_ecms_mv where newstime union
select id,classid,titleurl,filename,title,newstime,titlepic from phome_ecms_news where newstime) a order by newstime desc limit 7',7,24,0}]
<li><b><?=$bqno?></b><div><a href="<?=$bqsr[classurl]?>" target="_blank">[<?=$bqsr[classname]?>]</a></div><a href="<?=$bqsr['titleurl']?>" class="gxone" target="_blank"><?=$bqr['title']?></a></li>
[/e:loop]

  意思是调用所有的模型,也可以指定某个模型字段。

posted @   ninama  阅读(402)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 阿里最新开源QwQ-32B,效果媲美deepseek-r1满血版,部署成本又又又降低了!
· 开源Multi-agent AI智能体框架aevatar.ai,欢迎大家贡献代码
· Manus重磅发布:全球首款通用AI代理技术深度解析与实战指南
· 被坑几百块钱后,我竟然真的恢复了删除的微信聊天记录!
· AI技术革命,工作效率10个最佳AI工具
点击右上角即可分享
微信分享提示