yiiext / nested-set-behavior

AR models behavior that allows to work with nested sets tree.
http://www.yiiframework.com/extension/nestedsetbehavior/
BSD 3-Clause "New" or "Revised" License
157 stars 64 forks source link

Finding broken Tree in database #29

Closed karlingen closed 10 years ago

karlingen commented 11 years ago

Is it possible to somehow find broken trees in the database with NestedSetBehavior? And perhaps repairing them?

samdark commented 11 years ago

Not with the behavior itself but you can find some code in tests for it: https://github.com/yiiext/nested-set-behavior/blob/master/tests/unit/NestedSetBehaviorTest.php