nighthtr/yii2-nested-sets

The nested sets extension for the Yii framework

Installs: 148

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 1

Language:JavaScript

Type:yii2-extension

0.3.3 2017-03-23 11:46 UTC

This package is auto-updated.

Last update: 2024-04-22 02:40:49 UTC


README

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(); ?>