The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

CGI::CRUD::Table - Convenient database triggers for a web front-end

DESCRIPTION

Subclass of DBIx::IO::Table convenient for CGI forms. Provides database trigger-like functions to tag records with the authenticated operator ID and timestamp of last update/insertion.

Default column names that get tagged are: CREATE_USER UPDATE_USER CREATE_DATE LAST_UPDATE

so that any columns with these names in any table get automagically populated with their likely value. These column names and the routines that populate them may be overridden by re-defining %CGI::CRUD::Table::insert_tags and %CGI::CRUD::Table::update_tags.

SEE ALSO

DBIx::IO, DBIx::IO::Table

AUTHOR

Reed Sandberg, <reed_sandberg Ó’ yahoo>

COPYRIGHT AND LICENSE

Copyright (C) 2000-2007 Reed Sandberg

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

The full text of the license can be found in the LICENSE file included with this module.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 119:

Non-ASCII character seen before =encoding in 'Ó’'. Assuming CP1252