debian man page for class::dbi::fromform

Query: class::dbi::fromform

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

FromForm(3pm)						User Contributed Perl Documentation					     FromForm(3pm)

NAME
Class::DBI::FromForm - Update Class::DBI data using Data::FormValidator or HTML Widget
SYNOPSIS
package Film; use Class::DBI::FromForm; use base 'Class::DBI'; my $results = Data::FormValidator->check( ... ); my $film = Film->retrieve('Fahrenheit 911'); $film->update_from_form($results); my $new_film = Film->create_from_form($results);
DESCRIPTION
Create and update Class::DBI objects from Data::FormValidator or HTML::Widget. METHODS create_from_form Create a new object. update_from_form Update object. fill_widget <;widget> This only applies to HTML::Widget>. Fills the form from a CDBI object.
SEE ALSO
Class::DBI, Class::DBI::FromCGI, Data::FormValidator
AUTHOR
Sebastian Riedel, "sri@oook.de"
LICENSE
This library is free software . You can redistribute it and/or modify it under the same terms as perl itself. perl v5.12.4 2006-02-01 FromForm(3pm)
Related Man Pages
class::dbi::search::basic(3pm) - debian
catalyst::model::cdbi(3pm) - debian
catalyst::model::cdbi::crud(3pm) - debian
class::dbi::pg(3pm) - debian
dbix::class::schema::loader::dbi::mssql(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?