Symfony/Propel NestedSet left/right ID corruption/adjustment
- by Mike Crowe
Hi folks,
I have a nested set application that seems to be getting corrupted. Here's what I'm seeing:
We're using nested sets for a binary tree (any node can have 2 children). It appears to be working fine, but some event causes a discrepancy. For instance, when I do a getNumberOfDescendants() for the root node, it will slowly increase as this…