I used it once for changing all my sitelinks once. IMHO it is simpler to do 

function walk_tree($root) {
mgd_get_topic($root);
<- do something to root ->

if ($this = mgd_list_(pages|topics)($root->id) while ($this->fetch()) {

walk_tree($this->id);

}
}

I find that more easy to understand in my head. It does the samething though.

TH

Emiliano 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?
> 
> Emile
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to