class::dbi::fromform(3pm) debian man page | unix.com

Man Page: class::dbi::fromform

Operating Environment: debian

Section: 3pm

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
catalyst::model::cdbi(3pm) - debian
class::dbi::asform(3pm) - debian
class::dbi::pager(3pm) - debian
class::dbi::plugin::abstractcount(3pm) - debian
dbix::class::htmlwidget(3pm) - debian
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
My first PERL incarnation... Audio Oscillograph