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

_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to