NAME
Rose::HTMLx::Form::Related::RDBO - RDBO with RHTMLO
SYNOPSIS
package MyRDBO::Class::Form;
use strict;
use base qw( Rose::HTMLx::Form::Related::RDBO );
sub init_object_class { 'MyRDBO::Class' }
1;
DESCRIPTION
Use Rose::HTML::Objects forms with Rose::DB::Object.
METHODS
init_metadata_class
Returns 'Rose::HTMLx::Form::Related::RDBO::Metadata'.
get_objects( object_class => class )
Overrides base method to use Rose::DB::Object::Manager to fetch objects of class.
get_objects_count( object_class => class )
Overrides base method to use Rose::DB::Object::Manager to fetch object count for class.
AUTHOR
Peter Karman, <karman at cpan.org>
BUGS
Please report any bugs or feature requests to bug-rose-htmlx-form-related at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Rose-HTMLx-Form-Related. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Rose::HTMLx::Form::Related
You can also look for information at:
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Rose-HTMLx-Form-Related
Search CPAN
ACKNOWLEDGEMENTS
The Minnesota Supercomputing Institute http://www.msi.umn.edu/
sponsored the development of this software.
COPYRIGHT & LICENSE
Copyright 2008 by the Regents of the University of Minnesota.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.