Пример #1
0
 * @package hass\package_name
 * @author zhepama <*****@*****.**>
 * @since 0.1.0
 *       
 */
?>

<?php 
echo ViewHelper::area(3, ["blockClass" => "sidebar-box-body", "headerClass" => "sidebar-box white animate-onscroll", "bodyClass" => "sidebar-box-header"]);
?>

<!-- 评论最多 -->
<div class="sidebar-box white animate-onscroll">
	<h3>评论最多</h3>
	<?php 
$items = \hass\comment\models\CommentInfo::getEntityOrderByTotal();
?>
	<div class="week-hot" style="display: block;">
		<?php 
$i = 1;
?>
		<?php 
foreach ($items as $item) {
    ?>
			<a
			href="<?php 
    echo \yii\helpers\Url::to(\hass\base\helpers\Util::getEntityUrl($item));
    ?>
"
			target="_blank" title=""> <span><?php 
    echo $i;