p0vidl0 / yii2-gridview-filter-and-sort-example
Yii 2 Gridview对相关数据进行排序和筛选的示例
v1.0.0
2016-05-02 19:11 UTC
Requires
- php: >=5.4.0
- yiisoft/yii2: >=2.0.5
- yiisoft/yii2-bootstrap: *
- yiisoft/yii2-swiftmailer: *
Requires (Dev)
This package is auto-updated.
Last update: 2024-09-25 07:05:21 UTC
README
安装
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
现在您应该能够通过以下URL访问应用程序,假设 basic
是Web根目录下的直接目录。
https:///basic/web/
在config/db.php
文件中配置数据库访问。
通过运行迁移来创建数据库表:
./yii migrate
相关页面:http://nix-tips.ru/yii2-sortirovka-i-filtr-gridview-po-svyazannym-i-vychislyaemym-polyam.html