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

NAME

Mango::Catalyst::Controller::Products - Catalyst controller for displaying products.

SYNOPSIS

    package MyApp::Controller::Products;
    use base 'Mango::Catalyst::Controller::Products';

DESCRIPTION

Mango::Catalyst::Controller::products provides the web interface for displaying products.

ACTIONS

instance : /products/<sku>/

Loads a specific product.

list : /products/

Lists featured products and the tag cloud.

tags : /products/tags/@tags

Displays a list of products belonging to the specified set of tags.

view : /products/<sku>/

Displays details about the specified 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/