![]() |
![]()
| ![]() |
![]()
NAMEDBIx::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); DESCRIPTIONThis module like CDBI::Plugin::AsFdat. METHODSas_fdatmy $ad = $self->model('Ad')->search(rid => $self->r->param('ad_rid'))->first; $ad->as_fdat BUGS AND LIMITATIONSNo bugs have been reported. AUTHORAtsushi Kobayashi "<atsushi __at__ mobilefactory.jp>" LICENCE AND COPYRIGHTCopyright (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.
|