| DBIx-Class-WebForm documentation | view source | Contained in the DBIx-Class-WebForm distribution. |
DBIx::Class::WebForm - CRUD Methods For DBIx::Class
use base 'DBIx::Class::WebForm';
my $results = Data::FormValidator->check( ... );
my $film = Film->retrieve('Fahrenheit 911');
$film->update_from_form($results);
my $new_film = Film->create_from_form($results);
CRUD Methods For DBIx::Class.
Matt S. Trout
Sebastian Riedel, sri@oook.de
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.
| DBIx-Class-WebForm documentation | view source | Contained in the DBIx-Class-WebForm distribution. |