Hi, I see on wiki that sfPropelActAsNestedSetBehaviorPlugin as a dumpTree method : sfPropelActAsNestedSetBehaviorUtils::dumpTree() I just notice maintainer that I can't find this class (sfPropelActAsNestedSetBehaviorUtils) or methode (dumpTree).
Other thing : What do you think of a new feature of cache and/or loadTree. - load tree method did a single query to load all data (for a scope) and then build (with a recursive method) the tree in an array tree structure (like the cache) : ex : $tree_array attribute. - when retrieving (all informational and retrieval methods), if the data are loaded (if $tree_array is set and is an array), it load it from the memory and not from the database. To use this feature, tree and data store in it should not be huge. Data have not to be modified too, it is just for read usage (like on a navigation tree on a website, like simpleCMS Plugin). Thanks, -- Sylvain Papet - Développeur Web Agence de communication Com-Océan www.com-ocean.com / +33 4 90 66 48 82 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
