hi On 5/11/07, Franke Gordon <[EMAIL PROTECTED]> wrote: > Tristan, is it true that a reload() is required after each > insertion/deletion into the tree? If so, is it the parent node, root node or > both that need to be reloaded?
indeed, after modifying the tree, it is required to reload nodes that were already instanciated. > ...and, if so, shouldn't the Wiki & ReadMe documentation be updated to add > the reload() command after each child save() command (see below). there's definitely a documentation problem. i'll take care of this asap (even faster if someone can provide a README patch ;) > ...or better yet, if this is required, why not add the root node reload > automatically in the plugin after any insert/delete/revision of nodes in a > given tree? automatic reload would generate too many db traffic. i prefer to keep that explicit. ++ tristan ps : fyi, plugin is about to change licence : MIT -> LGPL (http://propel.tigris.org/servlets/ReadMsg?list=dev&msgNo=2495) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---
