Commit b0c6785a by Philipp Frenzel

Add echo into docs for link pager

I'm not sure if echo should be mentioned, but without the echo before the LinkPager::widget() the user would see nothing.
parent f88b2d08
...@@ -48,7 +48,7 @@ use yii\base\Object; ...@@ -48,7 +48,7 @@ use yii\base\Object;
* } * }
* *
* // display pagination * // display pagination
* LinkPager::widget(array( * echo LinkPager::widget(array(
* 'pagination' => $pages, * 'pagination' => $pages,
* )); * ));
* ~~~ * ~~~
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment