masterzero / yii2-nestable
There is no license information available for the latest version (v1.0.1) of this package.
Plugin for yii2-nestable by ASlatius to view nested sets nodes
v1.0.1
2017-01-16 15:46 UTC
Requires
- kartik-v/yii2-icons: @dev
- slatiusa/yii2-nestable: ^1.2.1
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2025-03-24 18:18:33 UTC
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(),
]);
?>