[Catalyst] C::P::Session::Store::DBIC
Daniel Westermann-Clark
dwc at pobox.com
Wed Nov 8 01:18:16 GMT 2006
On 2006-11-08 10:28:16 +1000, Ivan Wills wrote:
> Thanks that worked, but I'm not sure what it means as there is not
> Module "DB::Session" that I have created is this some magic of
> DBIx::Class?
It's magic from Catalyst::Model::DBIC::Schema. It automatically
translates calls like $c->model('DB::Session') into
$c->model('DB')->resultset('Session').
You may also notice these classes in the debug output when you start
the built-in server.
Hope this helps,
--
Daniel Westermann-Clark
More information about the Catalyst
mailing list