帝国cms调用全部数据表的最新数据的方法
分享帝国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 unionselect id,classid,titleurl,filename,title,newstime,titlepic from phome_ecms_course where newstime unionselect id,classid,titleurl,filename,title,newstime,titlepic from phome_ecms_soft where newstime unionselect id,classid,titleurl,filename,title,newstime,titlepic from phome_ecms_game where newstime unionselect id,classid,titleurl,filename,title,newstime,titlepic from phome_ecms_js where newstime unionselect id,classid,titleurl,filename,title,newstime,titlepic from phome_ecms_templet where newstime unionselect id,classid,titleurl,filename,title,newstime,titlepic from phome_ecms_mv where newstime unionselect 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] |

浙公网安备 33010602011771号