/**(V5.5 新增) * 获取内容评论数 * * @param int $id * @param int $catid * @param int $modelid * @return string */ function get_comment_total($id, $catid = 0, $modelid = 1){ if(!$catid) return 0; $commentid = $modelid.'_'.$catid.'_'.$id; $total = D('comment_data')->field('total')->where(array('commentid'=>$commentid))->one(); return $total ? $total : 0; }
get_comment_total
上一篇:get_thumb
有问题可以加入织梦技术QQ群一起交流学习
本站vip会员 请加入 VIP②群 PS:加入时备注用户名或昵称
普通注册会员或访客 请加入技术交流②群
作者:54818模板网 关注:722 时间:2021-08-13 00:49:49
相关网站教程: