Hi Tristan, Thanks for your quick response to these suggestions.
> i'll produce unit tests specific to this issue to see if > there really is a problem and i'll provide a fix for 0.9.0 if > necessary. > > > indeed, this should better feat with your needs. Why not make > it into a plugin ? ;) I am just testing the Edge-Adjaceny model as an option right now. For most of the operations I can reduce the database calls to one by retrieving all members of a tree in a single query but then I am doing a lot of resource-intensive looping through that array of objects to sort out the root and descendant paths which, of course, is easier with the built-in sorting logic of the NestedTree model. If I end up implementing it I will certainly consider contributing it as a plugin. However, I may yet return to sfActAsNestedSetBehavior if I am not happy with the results and, in particular, if we can pin down what is going on with my implementation of sfActAsNestedSetBehavior. Let us know when you have the unit tests so that I can help to isolate the (potential) problem. > finally, here's a little poll : would you (nested set plugin > users) be interested in having a dumpTree() method (some kind > of nested set oriented var_dump) for debugging purposes ? > i've coded it already but i don't know if it can prove useful > or not... Yes, that would be very useful in my instance. I was getting a little cross-eyed trying to make sense of my changing left and right values just using my phpMyAdmin view. Cheers, --peterVG --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en -~----------~----~----~----~------~----~------~--~---
