mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-07 02:06:57 +00:00
2929a99bad
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>
9 lines
424 B
Plaintext
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/
|