p0vidl0/yii2-gridview-filter-and-sort-example

Yii 2 Gridview sort and filter on related data example

v1.0.0 2016-05-02 19:11 UTC

This package is auto-updated.

Last update: 2024-04-25 06:14:47 UTC


README

INSTALLATION

php composer.phar global require "fxp/composer-asset-plugin:~1.1.1"
php composer.phar create-project --prefer-dist --stability=dev yii2-gridview-filter-and-sort-example basic

Now you should be able to access the application through the following URL, assuming basic is the directory directly under the Web root.

http://localhost/basic/web/

Configure database access in config/db.php file.

Apply migration to create database tables buy run

./yii migrate

Related page: http://nix-tips.ru/yii2-sortirovka-i-filtr-gridview-po-svyazannym-i-vychislyaemym-polyam.html