more session mods

This commit is contained in:
JT Smith 2006-01-01 06:44:09 +00:00
parent 893b03fc53
commit de50e9b49c
7 changed files with 158 additions and 143 deletions

View file

@ -1,4 +1,4 @@
package WebGUI::Setting;
package WebGUI::Session::Setting;
=head1 LEGAL
@ -15,12 +15,10 @@ package WebGUI::Setting;
=cut
use strict;
use WebGUI::Session;
use WebGUI::SQL;
=head1 NAME
Package WebGUI::Setting;
Package WebGUI::Session::Setting
=head1 DESCRIPTION
@ -28,9 +26,9 @@ This package stores and retrieves settings. It is generally only used internally
=head1 SYNOPSIS
use WebGUI::Setting;
use WebGUI::Session::Setting;
$settings = WebGUI::Settings->new;
$settings = WebGUI::Session::Setting->new;
$settings->set($name, $value);
$value = $settings->get($name);