[prev] [thread] [next] [lurker] [Date index for 2002/09/02]
I've just committed a load of stuff that puts a config infrastructure in
place.
Basically you do something like this
my $list_config = new Siesta::Config::List($list_id);
$list->get('Namespace', 'key');
$list->set('Namespace', 'key', 'value');
and the same for user.
however you can also do
my $list = new Siesta::List($list_id);
$list->get_config('Namespace', 'key');
$list->set_config('Namespace', 'key', 'value');
and the same for user.
There's tests and documentation committed as well.
Tomorrow I'll mostly be working on the command line configuration tool
and attempting to complete Max Payne.
Simon
--
: third time's a charm
Generated at 13:56 on 01 Jul 2004 by mariachi 0.52