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

NAME

Mango::Catalyst::Controller::Users::Wishlists - Catalyst controller for displaying any users wishlists

SYNOPSIS

    package MyApp::Controller::Users::Wishlists;
    use base 'Mango::Catalyst::Controller::Users::Wishlists';

DESCRIPTION

Mango::Catalyst::Controller::Users::Wishlists provides the web interface to display any users wishlists and their contents.

ACTIONS

instance : /users/<username>/wishlists/<id>/

Loads the specified wishlist item for the specified user.

list : /users/<username>/wishlists/

Lists the available wishlists for the specified user.

view : /users/<username>/wishlists/<id>/

View the details for the specified wishlist for the specified user.

SEE ALSO

Mango::Catalyst::Model::Wishlists, Mango::Provider::Wishlists

AUTHOR

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