本文整理汇总了PHP中rating::get_user_total_rating_count方法的典型用法代码示例。如果您正苦于以下问题:PHP rating::get_user_total_rating_count方法的具体用法?PHP rating::get_user_total_rating_count怎么用?PHP rating::get_user_total_rating_count使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类rating
的用法示例。
在下文中一共展示了rating::get_user_total_rating_count方法的1个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1:
<?php
}
}
?>
<div class="your-rank-bot">My Rank</div>
</div>
</div>
</div>
<!-- html graph end-->
<h3 class="raking-heading">Recent +1 Ratings</h3>
<div class="ranking-div" style="padding-top: 0px;">
<?php
foreach ($most_recent_ratings as $key => $value) {
$ratingCount = $renderObj->get_user_total_rating_count($value['user_id']);
$profile_pic = $value['google_picture_link'] != '' ? $value['google_picture_link'] . "?sz=100" : 'https://lh5.googleusercontent.com/-b0-k99FZlyE/AAAAAAAAAAI/AAAAAAAAAAA/eu7opA4byxI/photo.jpg?sz=100';
$name = $value['google_name'] != '' ? $value['google_name'] : 'NA';
?>
<div class="ranking-inner">
<div class="ranking-lft">
<div class="ranking-lft-img">
<a href="javascript:void(0);"><img src="<?php
echo $profile_pic;
?>
" class="img-circle-border" /></a>
<div class="ranking-notification">+<?php
echo $ratingCount['pluscount'];
?>
</div>