mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-17 23:09:10 +08:00
Doc Fixes
This commit is contained in:
@@ -33,7 +33,7 @@ use yii\base\Object;
|
|||||||
* ->limit($pages->limit)
|
* ->limit($pages->limit)
|
||||||
* ->all();
|
* ->all();
|
||||||
*
|
*
|
||||||
* $this->render('index', array(
|
* return $this->render('index', array(
|
||||||
* 'models' => $models,
|
* 'models' => $models,
|
||||||
* 'pages' => $pages,
|
* 'pages' => $pages,
|
||||||
* ));
|
* ));
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ use yii\helpers\Html;
|
|||||||
* ->orderBy($sort->orders)
|
* ->orderBy($sort->orders)
|
||||||
* ->all();
|
* ->all();
|
||||||
*
|
*
|
||||||
* $this->render('index', array(
|
* return $this->render('index', array(
|
||||||
* 'models' => $models,
|
* 'models' => $models,
|
||||||
* 'sort' => $sort,
|
* 'sort' => $sort,
|
||||||
* ));
|
* ));
|
||||||
|
|||||||
Reference in New Issue
Block a user