-
-
11 Nov 2008 16:27:07 UTC
- Distribution: DBIx-Class-AsFdat
- Module version: 0.03
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (1)
- Testers
- Kwalitee
Bus factor: 0- % Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (47.44KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- Atsushi Kobayashi C<< <atsushi __at__ mobilefactory.jp> >>
- Dependencies
- DBIx::Class
- Scalar::Util
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
DBIx::Class::AsFdat - like CDBI::Plugin::AsFdat.
SYNOPSIS
__PACKAGE__->load_components(qw/ AsFdat /); my $ad = $self->model('Ad')->search(rid => $self->r->param('ad_rid'))->first; $self->fillin_form->fdat($ad->as_fdat);
DESCRIPTION
This module like CDBI::Plugin::AsFdat.
METHODS
as_fdat
my $ad = $self->model('Ad')->search(rid => $self->r->param('ad_rid'))->first; $ad->as_fdat
BUGS AND LIMITATIONS
No bugs have been reported.
AUTHOR
Atsushi Kobayashi
<atsushi __at__ mobilefactory.jp>
LICENCE AND COPYRIGHT
Copyright (c) 2006, 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.
Module Install Instructions
To install DBIx::Class::AsFdat, copy and paste the appropriate command in to your terminal.
cpanm DBIx::Class::AsFdat
perl -MCPAN -e shell install DBIx::Class::AsFdat
For more information on module installation, please visit the detailed CPAN module installation guide.