On Thu, 21 Feb 2002 22:37:02 +0100 (CET) "Emiliano" <[EMAIL PROTECTED]> wrote:
> Francois Dumais wrote: > > > In what context does one use "mgd_walk_topic_tree - Walk a topic tree" ? > > I haven't really used the tree walkers -- David, have these seen any > real-world testing? Yes, these have been tested, and debugged AFAIR. They are really way much faster than the PHP equivalent (ie. with a recursive function) since there are only $tree_depth SQL requests, as opposed to $number_of_nodes SQL requests. > Emile David --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
