The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Mango::Catalyst::Plugin::Forms - Catalyst plugin for application wide forms

SYNOPSIS

    use Catalyst qw/
        -Debug
        ConfigLoader
        Mango::Catalyst::Plugin::Forms
        Static::Simple
    /;

DESCRIPTION

Mango::Catalyst::Plugin::Forms exposes all of the Mango forms loaded into the current Mango application.

METHODS

add_form

Arguments: $form, $name

Adds a form by name to the collection of application forms. If not specified, the name will be taken from the forms name attribute.

forms

Gets the collection of Mango::Form objects loaded into the current application.

SEE ALSO

Mango::Catalyst::Controller::Form, Mango::Form

AUTHOR

    Christopher H. Laco
    CPAN ID: CLACO
    claco@chrislaco.com
    http://today.icantfocus.com/blog/