NAME
Mango::Catalyst::Controller::Wishlists::Items - Catalyst controller for wishlist item information
SYNOPSIS
package MyApp::Controller::Wishlists::Items;
use base 'Mango::Catalyst::Controller::Wishlists::Items';
DESCRIPTION
Mango::Catalyst::Controller::Wishlists::Items provides the web interface for the current users wishlist items.
ACTIONS
delete : /wishlists/<id>/items/<id>/delete/
Removes the specified item from the specified wishlist.
instance : /wishlists/<id>/items/<id>/
Loads the specified wishlist item form the specified wishlist.
update : /wishlists/<id>/items/<id>/update/
Updates the specified item in the specified wishlist.
SEE ALSO
Mango::Catalyst::Controller::Wishlists
AUTHOR
Christopher H. Laco
CPAN ID: CLACO
claco@chrislaco.com
http://today.icantfocus.com/blog/