建站学院

当前位置:

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

浏览量:1266次

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

本文实例讲述了帝国cms多表调用最新信息的方法。分享给大家供大家参考。具体实现方法如下:

代码如下:

[e:loop={'select * from (
select id,classid,titleurl,filename,title,newstime,titlepic from phome_ecms_news where newstime union
select id,classid,titleurl,filename,title,newstime,titlepic from phome_ecms_photo where newstime union
select id,classid,titleurl,filename,title,newstime,titlepic from phome_ecms_flash where newstime union
select id,classid,titleurl,filename,title,newstime,titlepic from phome_ecms_article where newstime) a order 
by newstime desc limit 10',10,24,1}]
[/e:loop]
登录后复制

[声明]本网转载网络媒体稿件是为了传播更多的信息,此类稿件不代表本网观点,本网不承担此类稿件侵权行为的连带责任。故此,如果您发现本网站的内容侵犯了您的版权,请您的相关内容发至此邮箱【915688610@qq.com】,我们在确认后,会立即删除,保证您的版权。