2004-04-04 23:11:42 +02:00
|
|
|
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.
|
|
|
|
|
2018-05-27 22:15:16 +02:00
|
|
|
WWW: https://metacpan.org/release/Class-DBI-AsForm
|