query type in debug panel

This commit is contained in:
evgen-d
2014-08-12 12:54:30 +04:00
parent 9c044353d0
commit 6f9bbda9f0
3 changed files with 30 additions and 2 deletions

View File

@@ -44,6 +44,12 @@ echo GridView::widget([
'class' => 'sort-numerical'
]
],
[
'attribute' => 'type',
'value' => function ($data) {
return Html::encode(mb_strtoupper($data['type'], 'utf8'));
},
],
[
'attribute' => 'query',
'value' => function ($data) {