mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-07 07:47:24 +01:00
10 lines
122 B
PHP
10 lines
122 B
PHP
<?php
|
|
|
|
use yii\grid\GridView;
|
|
|
|
/**
|
|
* @var yii\web\View $this
|
|
* @var array $options
|
|
*/
|
|
|
|
echo GridView::widget($options); |