Deprecated.
NAME
Catalyst::Controller::Rose - **DEPRECATED** RDBO and RHTMLO base classes for Catalyst
DESCRIPTION
This package is deprecated. Please use CatalystX::CRUD instead.
Catalyst::Controller::Rose provides several base Controller classes for creating CRUD-style Catalyst applications using Rose::DB::Object and Rose::HTML::Objects.
This class provides a common base class with utility methods and an overall VERSION of the Catalyst::Controller::Rose namespace.
METHODS
has_errors( context )
Returns true if context error() method has any errors set or if the error
value in stash() is set. Otherwise returns false (no errors).
throw_error( msg )
Throws Catalyst::Exception with msg. Since this method is available in every Catalyst::Controller::Rose subclass, you can customize error handling in each of your subclass controllers.
SEE ALSO
Catalyst::Model::RDBO
AUTHOR
Peter Karman <perl@peknet.com>
Thanks to Atomic Learning, Inc for sponsoring the development of this module.
LICENSE
This library is free software. You may redistribute it and/or modify it under the same terms as Perl itself.