PHP code example of zakharov-andrew / yii2-gridview-plus

1. Go to this page and download the library: Download zakharov-andrew/yii2-gridview-plus library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

zakharov-andrew / yii2-gridview-plus example snippets


class DefaultController extends Controller
{
    //...
    public function actionYourAction()
    {
        \ZakharovAndrew\grid\assets\GridViewPlusAsset::register($this->view);
        // ...
    }
}