DBIx::CodeKit - Universal Code Table Interface


NAME

DBIx::CodeKit - Universal Code Table Interface


SYNOPSIS

  use DBIx::CodeKit;
   
  my $ck = new DBIx::CodeKit($dbh,
                 table     => 'ck_code',
                 getparam  => sub { $cgi->param(shift) },
                 getparams => sub { $cgi->param(shift.'[]') }
                 );


SEE ALSO

For a full featured multilingual universal code table visit the BabelKit home page:

http://www.webbysoft.com/babelkit


AUTHOR

Contact John Gorman at http://www.webbysoft.com to report bugs, request features, or for database design and programming assistance.


COPYRIGHT

Copyright (C) 2003 John Gorman. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl or the LGPL.