jayshah88/yii2-multilevel-category
Composer 安装命令:
composer require jayshah88/yii2-multilevel-category
包简介
Create n level child dropdown
README 文档
README
yii2-multilevel-category allows user to create multilevel dropdown from their desire table for the Yii2.
Installation
Add to the composer.json file following section:
"jayshah88/yii2-multilevel-category": "dev-master"
Usage
add following line at the top of your php file.
use jay\Multilevel;
Example of usage
$cat = new common\models\base\Category();
$ml = new Multilevel();
echo $form->field($model, 'root')->dropDownList($ml->makeDropDown($parents,$cat));
统计信息
- 总下载量: 63
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2015-02-18