You could render it to a tree class (see pear for examples), then store the tree data in php sessions. - the only snag is that adding objects/names etc. will not refresh the tree.. This works for well for realively static trees.
srm may be another option (search google srm + php). regards alan [EMAIL PROTECTED] wrote: > hi, > > I'm getting seriously depressed by the tree interface in nadmin. > Reason ? It takes too much time. > > Does anyone have an idea and maybe som sample code on how I could > generate a javascript menutree (preferably using one of the many js > solutions out there) that could be used instead of the raw html used > to day in the folder part of the page/style/articles navigation > sections of nadmin, maybe the code could be used in da mole as well (? > - not the js part though) > > Has anyone though of hacking together something like this? > > Also, when doing something like this, i would probably be wise to try > to make sure midgard does not have to regenerate the whole tree every > time, but instead just add/delete the parts that are missing. > > How could something like this be made? > > I think this could also be something for use in other admin apps and > (maybe ) in phpmole. > > Tarjei > > > --------------------------------------------------------------------- > 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]
