Merge pull request #619 from philippfrenzel/patch-1

Add echo into docs for link pager
This commit is contained in:
Carsten Brandt
2013-07-13 13:20:01 -07:00

View File

@@ -48,7 +48,7 @@ use yii\base\Object;
* }
*
* // display pagination
* LinkPager::widget(array(
* echo LinkPager::widget(array(
* 'pagination' => $pages,
* ));
* ~~~