nighthtr/yii2-nested-sets

The nested sets extension for the Yii framework


Keywords
extension, nested set, yii2
License
BSD-4-Clause

Documentation

yii2 nested sets extension

yii2 nested sets extension

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist nighthtr/yii2-nested-sets "*"

or add

"nighthtr/yii2-nested-sets": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \nighthtr\nestedsets\widget\NestedSetsWidget::widget(); ?>