Example #1
0
        echo $formatter->asInteger($user->number_posts);
        ?>
</td>
                    <td class="tcr"><?php 
        echo $formatter->asDate($user->created_at);
        ?>
</td>
                </tr>
            <?php 
    }
    ?>
            </tbody>
        <?php 
} else {
    ?>
            <tbody>
            <tr>
                <td colspan="4" class="tcl"><?php 
    echo \Yii::t('app/userlist', 'No result');
    ?>
</td>
            </tr>
            </tbody>
        <?php 
}
?>
    </table>
    <?php 
echo LinkPager::widget(['pagination' => $dataProvider->pagination]);
?>
</div>