Last active
September 28, 2015 10:38
-
-
Save jamband/1426078 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php $this->widget('CLinkPager', compact('pages')); ?> | |
<?php echo CHtml::encode('結果数: ' . $pages->itemCount . ' 件'); ?> | |
<?php foreach ($models as $model): ?> | |
<div class="view"> | |
<?php echo CHtml::encode($model->fuga); ?> | |
<?php echo CHtml::encode($model->piyo); ?> | |
<br /> | |
</div><!-- /.view --> | |
<?php endforeach; ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment