Пример #1
0
echo Yii::t('app', '学号');
?>
</th>
            <th><?php 
echo Yii::t('app', '姓名');
?>
</th>
            <th><?php 
echo Yii::t('app', '评论内容');
?>
</th>
            <th><?php 
echo Yii::t('app', '评论时间');
?>
</th>
            <th></th>
        </tr>
        </thead>
        <?php 
$listview = ListView::begin(['dataProvider' => $commentsProvider, 'itemView' => '_comments', 'layout' => '{items}']);
?>
        <?php 
ListView::end();
?>
    </table>
    <!-- 分页 -->
    <?php 
echo $listview->renderPager();
?>
</div>