Todo List
Doctrine
- Delete more efficiently. Wrap in transaction if needed.
- Only fetch the lft and rgt values of the initial record. more is not needed.
- this function could use reflection to check the first time it runs if the subclassing option is not set.
- Currently all descendants are fetched, no matter the depth. Maybe there is a better solution with less overhead.
- Exception handling/wrapping
- Support FETCH_CLASS and FETCH_INTO.
- Better exception handling/wrapping