NAME
CatalystX::CRUD::Controller::RHTMLO - Rose::HTML::Objects CRUD controller
SYNOPSIS
see CatalystX::CRUD::Controller
DESCRIPTION
This is an implementation of CatalystX::CRUD::Controller for Rose::HTML::Objects. It supercedes Catalyst::Controller::Rose for basic CRUD applications.
METHODS
The following methods are new or override base methods.
save_obj( context, object )
Overrides base save_obj() to set the stash() object_id
in the object. The primarly column will also be set to undef
if the object_id
is undefined or zero.
AUTHOR
Peter Karman, <karman at cpan dot org>
BUGS
Please report any bugs or feature requests to bug-catalystx-crud-controller-rhtmlo at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=CatalystX-CRUD-Controller-RHTMLO. 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 CatalystX::CRUD::Controller::RHTMLO
You can also look for information at:
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
http://cpanratings.perl.org/d/CatalystX-CRUD-Controller-RHTMLO
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=CatalystX-CRUD-Controller-RHTMLO
Search CPAN
http://search.cpan.org/dist/CatalystX-CRUD-Controller-RHTMLO
ACKNOWLEDGEMENTS
COPYRIGHT & LICENSE
Copyright 2007 Peter Karman, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.