On 2011-07-31 11:57, Alex Rønne Petersen wrote:
That seems like a good idea! As the doc page suggests, we could store
configuration in XML, JSON, INI, or whatever people would want to use in
their application. Phobos AFAIK has facilities for JSON and XML. Not
sure about INI, though.

- Alex

It's easy to do a simple config module that's probably would be enough for quite many uses. Just serialize an associative array. My serialization library (Orange) already supports multiple formats (although I've only implemented XML).

--
/Jacob Carlborg

Reply via email to