[Catalyst] Best practices for extending DBIC model

2011-07-14 Thread Eric Wright
Any input/comments on best practices for extending a DBIC model? I have a DBIC schema that for the most part does what I need it to do. I find where I need model specific enhancements I can easily extend the schema objects themselves keeping the data centric code out of my controller layer. What

RE: [Catalyst] Best practices for extending DBIC model

2011-07-14 Thread Ian.Docherty
: [Catalyst] Best practices for extending DBIC model Any input/comments on best practices for extending a DBIC model? I have a DBIC schema that for the most part does what I need it to do. I find where I need model specific enhancements I can easily extend the schema objects themselves keeping

Re: [Catalyst] Best practices for extending DBIC model

2011-07-14 Thread Eden Cardim
Eric == Eric Wright ewri...@linescale.com writes: Eric I'm using Catalyst::Model::DBIC::Schema. Is there a preferred Eric way to hook into the result set to customize things the way I Eric need? http://beta.metacpan.org/module/Catalyst::Model::DBIC::Schema#traits -- Eden Cardim

Re: [Catalyst] Best practices for extending DBIC model

2011-07-14 Thread Eric B. Wright
[mailto:ewri...@linescale.com] Sent: 14 July 2011 14:59 To: The elegant MVC web framework Subject: [Catalyst] Best practices for extending DBIC model Any input/comments on best practices for extending a DBIC model? I have a DBIC schema that for the most part does what I need it to do. I find where I