creocoder / yii2-nested-sets

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

Added moveLeft and moveRight methods #28

Closed codru closed 9 years ago

creocoder commented 9 years ago

There is no more "move" methods. Moving can be achived via insertBefore, insertAfter, appendTo, prependTo.