NAME

Mango::Catalyst::Model::Profiles - Catalyst model for user profile information

SYNOPSIS

package MyApp::Model::Profiles;
use base 'Mango::Catalyst::Model::Profiles';

DESCRIPTION

Mango::Catalyst::Model::Profiles provides glue between Mango::Provider::Profiles and Catalyst models. If you would like to use a different provider, simply set provider_class:

__PACKAGE__->provider_class('OtherProfilesProvider');

See the classes below for more information about configuring your models.

SEE ALSO

Mango::Catalyst::Model::Provider, Mango::Provider::Profiles

AUTHOR

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