帝国CMS7.5首页实现不同数据表不同系统模型的最新文章调用方法

帝国cms7.5首页实现调用不同系统数据表最新文章,其实就是使用灵动标签调用不同系统数据表,实现代码如下:

[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_download 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_movie where newstime) a order by newstime desc limit 10',10,24,1}]
      <h1><?=$bqr[title]?></h1>
        <div>
        <span>作者:<?=$bqr[username]?></span> 
        <span>关键词:<?=$bqr[keyboard]?></span>
         <span><?=date('Y-m-d',$bqr[newstime])?></span>
        </div>
[/e:loop]
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。

给TA打赏
共{{data.count}}人
人已打赏
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索