欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

帝國(guó)CMS多表調(diào)用最新信息的方法

  發(fā)布時(shí)間:2014-12-12 17:06:19   作者:佚名   我要評(píng)論
這篇文章主要為大家介紹了帝國(guó)CMS多表調(diào)用最新信息的方法,主要通過靈動(dòng)標(biāo)簽的sql語句調(diào)用結(jié)合union來實(shí)現(xiàn),是非常實(shí)用的技巧,需要的朋友可以參考下

本文實(shí)例講述了帝國(guó)CMS多表調(diào)用最新信息的方法。分享給大家供大家參考。具體實(shí)現(xiàn)方法如下:


復(fù)制代碼
代碼如下:
[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]

帝國(guó)CMS多表調(diào)用最新信息,該演示代碼為默認(rèn)數(shù)據(jù)表下全站最新10條圖片信息,自己根據(jù)需求可以附加條件,實(shí)現(xiàn)全站點(diǎn)擊,全站頭條,全站推薦等等.

希望本文所述對(duì)大家的帝國(guó)CMS建站有所幫助。

相關(guān)文章

最新評(píng)論