NAME
Apps::Checkbook::PayeeOr - A controller in the Apps::Checkbook application
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::PayeeOr;
my $cgi = Gantry::Engine::CGI->new( {
config => {
#...
},
locations => {
'/someurl' => 'Apps::Checkbook::PayeeOr',
#...
},
} );
httpd.conf:
<Perl>
# ...
use Apps::Checkbook::PayeeOr;
</Perl>
<Location /someurl>
SetHandler perl-script
PerlHandler Apps::Checkbook::PayeeOr
</Location>
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
- do_members
- get_model_name
- text_descr
METHODS MIXED IN FROM Apps::Checkbook::GEN::PayeeOr
- do_main
- form
DEPENDENCIES
Apps::Checkbook
Apps::Checkbook::GEN::PayeeOr
SomePackage::SomeModule
ExportingModule
Apps::Checkbook::Model::payee
Gantry::Plugins::CRUD
AUTHOR
Somebody Somewhere, <somebody@example.com>
Somebody Else
COPYRIGHT AND LICENSE
Copyright (C) 2006 Somebody Somewhere
All rights reserved.