klisl / yii2-nested-sets-drag-and-drop
包
1.3
2018-04-03 13:24 UTC
Requires
This package is not auto-updated.
Last update: 2024-09-19 09:44:31 UTC
README
一个用于处理基于“嵌套集”存储在数据库中的元素树结构的扩展。
使用了以下扩展
- Nested Sets Behavior for Yii 2 (https://github.com/creocoder/yii2-nested-sets)
- yii2-nestable (https://github.com/ASlatius/yii2-nestable)
- jquery.nestable 插件: (http://dbushell.github.io/Nestable)
主要操作(考虑Nested Sets)
- 创建新元素
- 编辑元素
- 通过拖放更改元素结构
- 删除元素
安装和配置
- 使用Composer安装扩展。
composer require klisl/yii2-nested-sets-drag-and-drop
扩展的配置过程在以下链接的文章中有详细描述 klisl.com