Re: [Catalyst] Authentication Store: DBC vs DBIx::Class

2007-07-17 Thread Jay K
On Jul 17, 2007, at 6:11 PM, Jonathan Rockway wrote: On Tuesday 17 July 2007 02:02:20 pm Jim Spath wrote: We use DBIx::Class for our model and the DBIC module for authentication currently. Just to clarify, DBIC and DBIx::Class are the same thing. DBIx::Class is a lot to type, so modules that

Re: [Catalyst] Authentication Store: DBC vs DBIx::Class

2007-07-17 Thread Jonathan Rockway
On Tuesday 17 July 2007 02:02:20 pm Jim Spath wrote: > We use DBIx::Class for our model and the DBIC module for authentication > currently. Just to clarify, DBIC and DBIx::Class are the same thing. DBIx::Class is a lot to type, so modules that work with DBIx::Class are often called something::D

[Catalyst] Authentication Store: DBC vs DBIx::Class

2007-07-17 Thread Jim Spath
I was just curious about peoples opinions of Catalyst::Plugin::Authentication::Store::DBIC vs Catalyst::Plugin::Authentication::Store::DBIx::Class We use DBIx::Class for our model and the DBIC module for authentication currently. I realize that DBIC allows us to use DBIx::Class or Class:DBI,

Re: [Catalyst] Authentication Store: DBC vs DBIx::Class

2007-07-17 Thread Jay K
Hi Jim, The DBIx::Class module is kind-of successor to DBIC. It is much more flexible in terms of what it allows you to do, and it works with the new realms functionality of C::P::Authentication. DBIC doesn't. DBIx::Class allows more complex specification of the user during authentication. For