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

NAME

Mango::Catalyst::Controller::Admin::Products - Catalyst controller for product admin

SYNOPSIS

    package MyApp::Controllers::Admin::Products;
    use base qw/Mango::Catalyst::Controllers::Admin::Products/;

DESCRIPTION

Mango::Catalyst::Controller::Admin::Products is the controller used to edit products.

ACTIONS

index : /admin/products/

Displays the list of products.

create : /admin/products/create/

Creates a new product.

delete : /admin/products/<id>/delete/

Deletes the specified product.

edit : /admin/products/<id>/edit/

Updates the specified product.

load : /admin/products/<id>/

Loads a specific product.

SEE ALSO

Mango::Catalyst::Model::Products, Mango::Provider::Products

AUTHOR

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