pbootcms 高效率随机调用文章(不是数据库查询中加rand())!代码完整版

时间:2024年01月15日

/

来源:网络

/

编辑:佚名

pbootcms还可以,就是调用方式有点少!
本来想要随机调用文章,结果只找到了random随机调用,但是这种数据库查询排序的,非常吃性能!
几千文章还好,但是几万或者几十万文章,那么你等着卡顿吧!
于是我研究了一下,pbootcms支持php标签,很不错!
于是php+自带的调用方式,两个结合产生了传说中的,高效率随机调用!
调用代码
<?php for($i=0;$i<10;$i++){?>
{pboot:content id=<?=mt_rand(1,1342)?>}
  <li>
    <article class="list_layout">
      <a href="[content:link]" class="thumbs" data-type="mip" data-title="[content:title]" title='[content:title]'>
      <mip-img layout="container" alt='[content:title]' src="[content:ico]"></mip-img>
      </a>
      <h3><a href="[content:link]" title="[content:title]">[content:title]</a></h3>
      <div class="info">
        <span class="category"><a target="_blank" href="[content:sortlink]">[content:sortname]</a></span>
        <span class="date">[content:date style=Y-m-d]</span><span class="view"><i class="icon icon-eye-1"></i><b>[content:visits]</b></span>
      </div>
    </article>
  </li>
  {/pboot:content}
  <?php }?>
猜你需要

豫ICP备2021026617号-1  豫公网安备:41172602000185   Copyright © 2021-2028 www.78moban.com/ All Rights Reserved

本站作品均来自互联网,转载目的在于传递更多信息,并不代表本站赞同其观点和对其真实性负责。如有侵犯您的版权,请联系 1565229909#qq.com(把#改成@),我们将立即处理。