debian man page for catalyst::model::factory

Query: catalyst::model::factory

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Catalyst::Model::Factory(3pm)				User Contributed Perl Documentation			     Catalyst::Model::Factory(3pm)

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. perl v5.10.1 2010-08-04 Catalyst::Model::Factory(3pm)
Related Man Pages
catalyst::helper::model::cdbi(3pm) - debian
catalyst::restarter(3pm) - debian
catalyst::traitfor::model::dbic::schema::caching(3pm) - debian
catalyst::traitfor::model::dbic::schema::perrequestschema(3pm) - debian
catalyst::traitfor::model::dbic::schema::schemaproxy(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
Find columns in a file based on header and print to new file
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?