mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-20 16:38:22 +08:00
Merge pull request #619 from philippfrenzel/patch-1
Add echo into docs for link pager
This commit is contained in:
@@ -48,7 +48,7 @@ use yii\base\Object;
|
|||||||
* }
|
* }
|
||||||
*
|
*
|
||||||
* // display pagination
|
* // display pagination
|
||||||
* LinkPager::widget(array(
|
* echo LinkPager::widget(array(
|
||||||
* 'pagination' => $pages,
|
* 'pagination' => $pages,
|
||||||
* ));
|
* ));
|
||||||
* ~~~
|
* ~~~
|
||||||
|
|||||||
Reference in New Issue
Block a user