This commit is contained in:
Alexander Makarov
2013-10-24 14:50:39 +04:00
parent 0c1477c602
commit 2ce09559a2
6 changed files with 11 additions and 11 deletions

View File

@ -33,7 +33,7 @@ use yii\helpers\ArrayHelper;
* 'allModels' => $query->from('tbl_post')->all(),
* 'sort' => [
* 'attributes' => ['id', 'username', 'email'],
* ),
* ],
* 'pagination' => [
* 'pageSize' => 10,
* ],