
Mango::Catalyst::Controller::Wishlists - Catalyst controller for current users wishlists

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

Mango::Catalyst::Controller::Wishlists provides the web interface for the current users wishlists.

Checks to see if the current user is authenticated and sends a 401 http status code if they are not.
Removes all items in the specified wishlist for the current user.
Deletes the specified wishlist for the current user.
Updates the specified wishlist for the current user.
Loads the specified wishlist for the current user.
Displays a list of the wishlists for the current user.
Copies the specified wishlists items in the current users cart.
Displays the specified wishlist for the current user.

Mango::Catalyst::Model::Carts, Mango::Provider::Carts

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