Update databases/p5-SQLite-Work to version 0.16
[dports.git] / databases / p5-Class-DBI-AsForm / pkg-descr
1 This module helps to generate HTML forms for creating new database
2 rows or editing existing rows. It maps column names in a database
3 table to HTML form elements which fit the schema. Large text fields
4 are turned into textareas, and fields with a has-a relationship to
5 other Class::DBI tables are turned into select drop-downs populated
6 with objects from the joined class.
7
8 WWW: http://search.cpan.org/dist/Class-DBI-AsForm/