freebsd-ports/databases/p5-Class-DBI-AsForm/pkg-descr
Erwin Lansing 2929a99bad Add p5-Class-DBI-AsForm 2.2, produce HTML form elements for database
columns.

This module helps to generate HTML forms for creating new database
rows or editing existing rows. It maps column names in a database
table to HTML form elements which fit the schema. Large text fields
are turned into textareas, and fields with a has-a relationship to
other Class::DBI tables are turned into select drop-downs populated
with objects from the joined class.

WWW: http://search.cpan.org/dist/Class-DBI-AsForm/

PR:		ports/65147
Submitted by:	Lars Thegler <lars@thegler.dk>
2004-04-04 21:11:42 +00:00

9 lines
424 B
Plaintext

This module helps to generate HTML forms for creating new database
rows or editing existing rows. It maps column names in a database
table to HTML form elements which fit the schema. Large text fields
are turned into textareas, and fields with a has-a relationship to
other Class::DBI tables are turned into select drop-downs populated
with objects from the joined class.
WWW: http://search.cpan.org/dist/Class-DBI-AsForm/