Re: [Catalyst] Accessing schema in non-DBIC-model

2008-07-19 Thread Matt S Trout
On Tue, Jul 01, 2008 at 02:49:37PM +0200, Tobias Kremer wrote: > I'm using Catalyst::Model::DBIC::Schema to make my DBIC schema available as > model in my Catalyst application. Now I'd like to create a custom model (e.g. > MyApp::Model::Custom) which during the server start fetches and calculates

[Catalyst] Accessing schema in non-DBIC-model

2008-07-01 Thread Tobias Kremer
I'm using Catalyst::Model::DBIC::Schema to make my DBIC schema available as model in my Catalyst application. Now I'd like to create a custom model (e.g. MyApp::Model::Custom) which during the server start fetches and calculates some stuff from the database via my DBIC schema and keeps it in the ob