I am using nestedsets and I would like to get a tree with dump_tree, but before, I would like to edit the already fetched items. So I call dump_tree twice, first time always as objects, so I have all the Models. How can I delete these models from fetched data, but not deleting from a database.
It is just an aproach, not an implementetion, so if it is not possible, I will find another way.