binliz/yii2-nested-sets

Package to use Nested Sets in Yii2

Installs: 1 927

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

v0.0.10 2020-08-17 13:44 UTC

README

Package to use Nested Sets in Yii2

use NestedSetsTrait;

(new model)->startTreeGeneration() ->setOwner($owner) ->setNodes($employees) ->setParentCriteria('parent') ->fixTree();