建站软件 优化软件 编程软件 网页辅助 站群程序 网站程序 图像处理 资源教程 字体下载 推荐软件


您的位置:首页 > PHP学习 > phpcms首页显示点击次数

phpcms首页显示点击次数

时间:2018-03-31 16:16:10  来源:免费模板网 作者:风雪 阅读次数 tagsphpcms

phpcms首页怎么调用点击数量,开始小编把列表页面的代码拿来首页用,发现不行。看来首页的办法和列表页面还不用。下面是首页的显示点击次数的办法

{pc:content action="lists" catid="9" num="15" order="updatetime DESC" }
    {php $categorys = getcache('category_content_'.$siteid,'commons');}
    {loop $data $r}
    {php $category = $categorys[$r[catid]];}
  {php $modelid = $category['modelid'];}
  {php $db = pc_base::load_model('hits_model');   $_r = $db->get_one(array('hitsid'=>'c-'.$modelid.'-'.$r[id])); $views = $_r[views]; }
  {php $comment_tag = pc_base::load_app_class("comment_tag", "comment"); $comment_total = $comment_tag->count(array('commentid'=>'content_'.$r[catid].'-'.$r[id].'-'.$modelid));}
		
          <div class="items">
            <div class="content-box">
              <div class="posts-gallery-img"><a href="{$r[url]}"><img class="thumbnail" src="{thumb($r[thumb], 232, 175,0)}" alt="{$r[title]}"></a> </div>
              <div class="posts-gallery-content">
                <h2><a href="{$r[url]}" target="_blank">{$r[title]}</a></h2>
                <div class="posts-gallery-text">{str_cut($r[description],340,'...')}</div>
                <div class="posts-default-info posts-gallery-info">
                  <ul>
                   <li class="ico-time"><i class="iconfont icon-iconfontshijian"></i> {date('Y-m-d',$r[inputtime])}</li>
                    <li class="ico-eye"><i class="iconfont icon-yanjing1"></i>{$views}</li>
                  
                  </ul>
                </div>
              </div>
            </div>
          </div>
         {/loop} 
		 {/pc}

phpcms首页怎么调用点击数量

那么列表页面怎么显示点击次数呢,列表页面比较简单

{pc:content action="lists" catid="9" num="15" order="updatetime DESC"}
		{php $db = pc_base::load_model(‘hits_model’); $_r = $db->get_one(array(‘hitsid’=>’c-’.$modelid.’-’.$r[id])); $views = $_r[views]; }
		
          .....点击数{$views}
         {/loop} 
		 {/pc}

phpcms首页怎么调用点击数量

这样就达到效果了

本文地址:https://www.freemoban.com/php/2018/0331/2998.html

猜你喜欢
栏目推荐
模板推荐

Copyright:www.freemoban.com 免费模板网 All Rights Reserved 网站备案:辽ICP备19014872号-2   辽公网安备 21010602000376号  辽公网安备:42900402000182号

免责声明:本站部分资源来自互联网收集,版权归原创者所有,如果侵犯了你的权益,我们会及时删除侵权内容,联系QQ:1615187561 谢谢合作!