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