creocoder / yii2-nested-sets

The nested sets behavior for the Yii framework.
Other
446 stars 129 forks source link

Implement `moveBefore($node,...)` & `moveAfter($node,...)` #46

Closed AlexGx closed 9 years ago

AlexGx commented 9 years ago

I`m porting my yii1.1 stuff to yii2. Any plans on this functions?

AlexGx commented 9 years ago

I`m found that insertBefore/After behave same. Sorry =). closed.

creocoder commented 9 years ago

@AlexGx Yeah, api become more short now. You can insert new node and move exists node with same methods now )