帝国cms分表(帝国cms数据表)
本文示例介绍了从Imperial CMS的多个表中调用最新信息的方法。分享给大家,供大家参考。具体实现方法如下:
代码如下:
[e:loop={'select * from (select id,classid,titleurl,filename,title,newstime,titlepic from phome_ecms_news where newstime unionselect id,classid,titleurl,filename,title,newstime,titlepic from phome_ecms_photo where newstime unionselect id,classid, titleurl,filename,title,newstime,titlepic from phome_ecms_flash where newstime unionselect 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]帝国CMS多表调用最新信息。演示代码是默认数据表下全站最新10张图片信息。您可以根据需要添加条件,实现全站点击、全站头条、全站头条。
网站推荐等希望这篇文章对大家的帝国CMS网站建设有所帮助。推荐学习《帝国cms教程》 以上就是帝国CMS多表调用最新信息的方法详解。更多资讯请关注木库阁其他相关文章!