智慧建站平台,千套网站模板,免费随心选!

您现在的位置: 首页>>网站教程

分享帝国cms 7调用专题信息的方法

来源: 发布时间:2019-11-30热度:1876 ℃
使用帝国cms默认的调用不了推荐信息就直接写个sql来调用吧代码如下:[e:indexloop={'select a.* from phome_ecms_movie a,phome_enews···

分享帝国cms 7调用专题信息的方法

使用帝国cms默认的调用不了推荐信息

就直接写个sql来调用吧

代码如下:

[e:indexloop={'select a.* from phome_ecms_movie a,phome_enewsztinfo b where a.id=b.id and a.isgood>0 
and (b.ztid=2
 or b.ztid=3) order by newstime desc limit 10',10,11,'','',''}]
<li><p class="cover"><a href="<?=$bqsr[&#39;titleurl&#39;]?>/" class="pic">@@##@@" alt="<?=$bqr[&#39;title&#39;]?>" /></a><span><a href="<?=$bqsr[&#39;titleurl&#39;]?>/" target="_blank" 
class="yellow"><?=$bqr[&#39;state&#39;]?></a></span></p><a href="<?=$bqsr[&#39;titleurl&#39;]?>/" title="<?=$bqr[&#39;title&#39;]?>">
<?=$bqr[&#39;title&#39;]?></a></li>
[/e:indexloop]
登录后复制

本文地址:http://ezhuoer.com