
FormValidator::Simple::Plugin::DBIC::Schema::Unique - unique check for DBIC::Schema

use FormValidator::Simple qw/DBIC::Schema::Unique/;
# check single column
FormValidator::Simple->check( $q => [
name => [ [qw/DBIC_SCHEMA_UNIQUE name/, $schema->result_set('User')] ],
] );

This module is a plugin for FormValidator::Simple. This provides you a validation for unique check with DBIC table class.


No bugs have been reported.

Atsushi Kobayashi <atsushi __at__ mobilefactory.jp>

Copyright (c) 2007, Atsushi Kobayashi <atsushi __at__ mobilefactory.jp>. All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.