thiagotalma / yii2-chained
为 Yii Framework 2.0 提供使用 jquery_chained 的 Widget
dev-master
2018-01-29 13:52 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-09-14 16:29:18 UTC
README
为 Yii Framework 2.0 提供使用 jquery_chained 的 Widget
安装
首选的安装方式是通过 composer.
运行以下命令之一
php composer.phar require --prefer-dist thiagotalma/yii2-chained "*"
或在您的 composer.json
文件的 require 部分添加以下内容
"thiagotalma/yii2-chained": "*"
使用方法
扩展安装完成后,只需在您的代码中使用即可
<?= \talma\widget\Chained::widget(); ?>;