NAME
Apps::Checkbook - the base module of this web app
SYNOPSIS
This package is meant to be used in a stand alone server/CGI script or the Perl block of an httpd.conf file.
Stand Alone Server or CGI script:
use Apps::Checkbook;
my $cgi = Gantry::Engine::CGI->new( {
config => {
#...
},
locations => {
'/' => 'Apps::Checkbook',
#...
},
} );
httpd.conf:
<Perl>
# ...
use Apps::Checkbook;
</Perl>
If all went well, one of these was correctly written during app generation.
DESCRIPTION
This module was originally generated by Bigtop. But feel free to edit it. You might even want to describe the table this module controls here.
METHODS
METHODS INHERITED FROM Apps::GENCheckbook
- namespace
- init
- do_main
- site_links
- DBName
- set_DBName
SEE ALSO
Gantry
Apps::GENCheckbook
Apps::Checkbook::PayeeOr
Apps::Checkbook::Trans
Apps::Checkbook::Trans::Action
Apps::Checkbook::NoOp
Apps::Checkbook::SchTbl
AUTHOR
Somebody Somewhere, <somebody@example.com>
Somebody Else
COPYRIGHT AND LICENSE
Copyright (C) 2006 Somebody Somewhere
All rights reserved.