-
-
27 Jan 2006 21:38:26 UTC
- Distribution: DBIx-Class-WebForm
- Module version: 0.02
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (440 / 0 / 0)
- Kwalitee
Bus factor: 4- % Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (3.47KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors-
Matt S. Trout Sebastian Riedel, C
- Dependencies
- DBIx::Class
- Data::FormValidator
- HTML::Element
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
DBIx::Class::WebForm - CRUD Methods For DBIx::Class
SYNOPSIS
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);
DESCRIPTION
CRUD Methods For DBIx::Class.
METHODS
- $class->create_from_form($form)
- $self->update_from_form($form)
- $class->to_cgi
- $self->to_field( $field, $how )
- $class->column_type($col)
AUTHOR
Matt S. Trout 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.
Module Install Instructions
To install DBIx::Class::WebForm, copy and paste the appropriate command in to your terminal.
cpanm DBIx::Class::WebForm
perl -MCPAN -e shell install DBIx::Class::WebForm
For more information on module installation, please visit the detailed CPAN module installation guide.