bupy7/yii2-ajaxfilter
最新稳定版本:1.0.1
Composer 安装命令:
composer require bupy7/yii2-ajaxfilter
包简介
Filter deny or allow access to actions of controllers.
README 文档
README
Filter deny or allow access to actions of controllers.
Installation
The preferred way to install this extension is through composer.
Either run
$ php composer.phar require bupy7/yii2-ajaxfilter "dev-master"
or add
"bupy7/yii2-ajaxfilter": "dev-master"
to the require section of your composer.json file.
How use
use bupy7\ajaxfilter\AjaxFilter; public function behaviors() { return [ [ 'class' => AjaxFilter::className(), 'actions' => ['actionName', 'actionName2'], ], ]; }
License
yii2-ajaxfilter is released under the BSD 3-Clause License.
统计信息
- 总下载量: 3.32k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2015-02-26