4 Apr
2006
4 Apr
'06
7:55 p.m.
"Ryan Melendez" <rmelendez@wayport.net> wrote:
I agree Peter's approach is more scalable, but I'm not confident I know how to responsibly handle x number of config options. Is there another module that accepts an unknown number of config options I can take a peek at?
Uh, no. You can parse config options by hand. See cf_item_find_next() which gets the next thing in a list, and cf_itemtopair() which converts an item to a CONF_PAIR, for manual parsing. Submit the patch you have now, and I'll take a look at poking it to do more. Alan DeKok.