> When I wrote FreeSearch I made a metadata system that used a simple > Hashtable. > > This solves a couple problems. First you don't need to worry about what > keys go in what order. if I say "title=blah" then it knows to set the > title key to blah. Also if the spec ever needs to be changed you don't > have to rewrite reams of code -- just get and set different keys.
The Freenet.Params does what you're talking about. _______________________________________________ Devl mailing list Devl at freenetproject.org http://lists.freenetproject.org/mailman/listinfo/devl
