.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "FORM_GENERATOR 1p" .TH FORM_GENERATOR 1p 2024-03-06 "perl v5.38.2" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME dbic_form_generator \- Generate HTML form from DB schema with DBIC .SH DESCRIPTION .IX Header "DESCRIPTION" Using the database passed in the command option, dbic_form_generator will query the DB for a schema and generate a HTML form to update the content of the DB. .PP Options: .PP .Vb 6 \& rs_name \-\- Resultset Name \& schema_name \-\- Schema Name \& db_dsn \-\- dsn connect info \& class_prefix \-\- [OPTIONAL] Prefix for generated classes (Default: \*(Aq\*(Aq) \& label \-\- [OPTIONAL] Flag to toggle generation of form labels (Default: 0) \& label_column \-\- [OPTIONAL] Flag to toggle generation of dummy form labels_columns for type: \*(Aqselect\*(Aq (Default: 0) .Ve .PP This package should be considered still experimental since the output, of the generated classes will be changed from time to time. This should not impact the main usage for this module that we had in mind, that is generating the initial version of a FormHandler form class, copying it to the project and modifying it. .PP This script is installed into the system with the rest of FormHandler. .SH VERSION .IX Header "VERSION" version 0.29 .SH AUTHOR .IX Header "AUTHOR" FormHandler Contributors \- see HTML::FormHandler .SH "COPYRIGHT AND LICENSE" .IX Header "COPYRIGHT AND LICENSE" This software is copyright (c) 2013 by Gerda Shank. .PP This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.