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


CGI-CRUD documentation  | view source Contained in the CGI-CRUD distribution.

Index


NAME

Top

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

DESCRIPTION

Top

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

Top

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

AUTHOR

Top

Reed Sandberg, <reed_sandberg Ӓ yahoo>

COPYRIGHT AND LICENSE

Top


CGI-CRUD documentation  | view source Contained in the CGI-CRUD distribution.