masterzero/yii2-nestable
Composer 安装命令:
composer require masterzero/yii2-nestable
包简介
Plugin for yii2-nestable by ASlatius to view nested sets nodes
README 文档
README
Plugin for yii2-nestable by ASlatius to view nested sets nodes
Installation
Before install you need have composer.
Make sure you've attached the NestedSetsBehavior by creocoder correctly to your model. Then add the node move handler to you controller by attaching the supplied action;
Either run
$ php composer.phar require masterzero/yii2-nestable "*"
or add
"masterzero/yii2-nestable": "*"
to the require section of your composer.json file.
Usage
<?= masterzero\widgets\Nestable::widget([
'query' => \common\models\NestedSetModel::find(),
]);
?>
统计信息
- 总下载量: 25
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2017-01-16