NAME
Mango::Catalyst::Model::Wishlists - Catalyst model for wishlist information
SYNOPSIS
package MyApp::Model::Wishlists;
use base 'Mango::Catalyst::Model::Wishlists';
DESCRIPTION
Mango::Catalyst::Model::Wishlists provides glue between Mango::Provider::Wishlists and Catalyst models. If you would like to use a different provider, simply set provider_class
:
__PACKAGE__->provider_class('OtherWishlistProvider');
See the classes below for more information about configuring your models.
SEE ALSO
Mango::Catalyst::Model::Provider, Mango::Provider::Wishlists
AUTHOR
Christopher H. Laco
CPAN ID: CLACO
claco@chrislaco.com
http://today.icantfocus.com/blog/