Re: [Catalyst] sub-modules for model

2013-01-10 Thread Alejandro Imass
On Wed, Dec 19, 2012 at 12:53 PM, will trillich will.trill...@serensoft.com wrote: Spent a bit of time googlilng this and apparnelty I'm not searching very effectively today... Short version: What's best-practices to get model library sub-modules hooked in to the main model? Hi

Re: [Catalyst] sub-modules for model

2013-01-10 Thread Alejandro Imass
On Thu, Jan 10, 2013 at 10:37 PM, Alejandro Imass alejandro.im...@gmail.com wrote: On Wed, Dec 19, 2012 at 12:53 PM, will trillich will.trill...@serensoft.com wrote: Spent a bit of time googlilng this and apparnelty I'm not searching very effectively today... Short version: What's

Re: [Catalyst] sub-modules for model

2012-12-20 Thread Lukas Thiemeier
Hi, when Catalyst::Model::DBIC::Schema is in use, you get this for free. I assume that your sub-modules match your database tables. In that case, you will have Thingy::Schema::Result::User, Thingy::Schema::Result::Team and Thingy::Schema::Result::Incident. You can