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

NAME

SWISH::Prog::DBI::Doc - index DB records with Swish-e

SYNOPSIS

DESCRIPTION

Subclass of SWISH::Prog::Doc. Inherits all method from that class, so see that documentation. Only overridden and new methods are documented here.

METHODS

init

Creates row() accessor.

row

Get/set row hash ref fetched from db. Useful for creating *_filter methods.

NOTE: This row() method is not to be confused with the SWISH::Prog::DBI row_filter() method.

SEE ALSO

http://swish-e.org/docs/

SWISH::Prog, SWISH::Prog::DBI

AUTHOR

Peter Karman, <perl@peknet.com>

Thanks to Atomic Learning for supporting the development of this module.

COPYRIGHT AND LICENSE

Copyright 2006 by Peter Karman

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