Provided by: libcatalyst-model-adaptor-perl_0.10-3_all
NAME
Catalyst::Model::Factory - use a plain class as a Catalyst model, instantiating it every time it is requested
SYNOPSIS
This module works just like Catalyst::Model::Adaptor, except that a fresh instance of your adapted class is created every time it is requested via "$c->model".
CUSTOMIZING
You can customize your subclass just like Catalyst::Model::Adaptor. Instead of $app, though, you'll get $c, the current request context.
METHODS
These methods are called by Catalyst, not by you: COMPONENT Load your class ACCEPT_CONTEXT Create an instance of your class and return it.
SEE ALSO
For all the critical documentation, see Catalyst::Model::Adaptor.