Re: [Catalyst] Documentation for Catalyst::Model::DBIC

2008-08-21 Thread Brian Cassidy
On Tue, Aug 19, 2008 at 6:10 AM, Terence Monteiro [EMAIL PROTECTED] wrote: I could not find any documentation about how to supply a model's configuration parameters in the YAML in Catalyst::Model, since this is generic to all models. I finally found documentation in Catalyst::Model::Adaptor

Re: [Catalyst] Documentation for Catalyst::Model::DBIC

2008-08-21 Thread Bogdan Lucaciu
On Friday 22 August 2008 01:32:14 Matt S Trout wrote: I could not find any documentation about how to supply a model's configuration parameters in the YAML in Catalyst::Model, since this is generic to all models. I finally found documentation in Catalyst::Model::Adaptor for this, and

[Catalyst] Documentation for Catalyst::Model::DBIC

2008-08-19 Thread Terence Monteiro
Hello, I was looking to move connection info from my application's model DBIC class to the YAML configuration, but could not find anything in the pod for Catalyst::Model::DBIC::Schema. The only code was: __PACKAGE__-config( schema_class = 'MyApp::Schema::FilmDB', connect_info = [