您的位置:宽带测速网 > 帝国cms > 帝国CMS多表调用最新信息的方法

帝国CMS多表调用最新信息的方法

2025-06-10 12:47来源:互联网 [ ]

帝国CMS多表调用最新信息,该演示代码为默认数据表下全站最新10条图片信息,自己根据需求可以附加条件

[e:loop={'select * from (select titleurl, title, newstime from ku_ecms_wz where newstime union all select titleurl, title, newstime from ku_ecms_news where newstime) a order by newstime desc limit 8',10,24,0}]