|
|
| |
Catalyst::Model::Factory(3) |
User Contributed Perl Documentation |
Catalyst::Model::Factory(3) |
Catalyst::Model::Factory - use a plain class as a Catalyst model, instantiating
it every time it is requested
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".
You can customize your subclass just like Catalyst::Model::Adaptor. Instead of
$app, though, you'll get $c,
the current request context.
These methods are called by Catalyst, not by you:
Create an instance of your class and return it.
For all the critical documentation, see Catalyst::Model::Adaptor.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |