帝国CMS多表调用最新信息
发布:smiling 来源: PHP粉丝网 添加日期:2014-11-24 13:54:42 浏览: 评论:0
- [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]
帝国CMS多表调用最新信息,演示代码为默认数据表下全站最新10条图片信息,自己根据需求可以附加条件,实现全站点击,全站头条,全站推荐等等.
帝国CMS灵动标签首页调用下载地址方法
- [e:loop={'download',10,23,0,'isgood=1'}]
- <li><a href="<?=$bqsr['titleurl']?>" target="_blank"><?=$bqr['title']?></a> <span><a href="/e/DownSys/DownSoft/?classid=<?=$bqr[classid]?>&id=<?=$bqr[id]?>&pathid=0" target="_blank">点击下载</a></span></li>
- [/e:loop]//开源软件:phpfensi.com
说明:A标代码为调用下载地址.
Tags: 帝国CMS多表调用 帝国CMS下载
- 上一篇:帝国CMS扣除会员积分置顶,到期后取消置顶
- 下一篇:帝国CMS栏目功能说明
相关文章
- ·帝国CMS教程图集字段的大图,小图,说明的调用(2014-11-22)
- ·帝国CMS教程添加迅雷下载(2014-11-22)
- ·帝国CMS调用今日下载本月下载本周下载排行(2014-11-24)
推荐文章
热门文章
最新评论文章
- 写给考虑创业的年轻程序员(10)
- PHP新手上路(一)(7)
- 惹恼程序员的十件事(5)
- PHP邮件发送例子,已测试成功(5)
- 致初学者:PHP比ASP优秀的七个理由(4)
- PHP会被淘汰吗?(4)
- PHP新手上路(四)(4)
- 如何去学习PHP?(2)
- 简单入门级php分页代码(2)
- php中邮箱email 电话等格式的验证(2)