Re: [Catalyst] Model--best practice help

2008-10-06 Thread Dr. Jennifer Nussbaum
Without seeing a tremendous amount of your code it is hard to answer, but it sounds like you are either at a point where it would be advantageous to learn Moose, or start doing some multiple inheritance hacks to get things working. The simple approach, which is much less great than

Fwd: [Catalyst] Model--best practice help

2008-10-06 Thread J. Shirley
I'm an idiot and don't know how to use my mail client. Somehow this got offlist, but it really is a good discussion... -- Forwarded message -- From: J. Shirley [EMAIL PROTECTED] Date: Mon, Oct 6, 2008 at 9:35 AM Subject: Re: [Catalyst] Model--best practice help To: [EMAIL

Fw: Re: [Catalyst] Model--best practice help

2008-10-06 Thread Dr. Jennifer Nussbaum
PROTECTED] Subject: Re: [Catalyst] Model--best practice help To: J. Shirley [EMAIL PROTECTED] Date: Monday, October 6, 2008, 11:13 AM --- On Mon, 10/6/08, J. Shirley [EMAIL PROTECTED] wrote: From: J. Shirley [EMAIL PROTECTED] Subject: Re: [Catalyst] Model--best practice help To: [EMAIL

[Catalyst] Model--best practice help

2008-10-05 Thread Dr. Jennifer Nussbaum
Im going through my code, and trying to really think about how i can make it work well. Its a mess, i am realising, and i need advice on the best way to clean it up. Its clear that there are things in my Model that should be in a Controller; that i dont need help with. My problem is that i

Re: [Catalyst] Model--best practice help

2008-10-05 Thread J. Shirley
On Sun, Oct 5, 2008 at 10:03 AM, Dr. Jennifer Nussbaum [EMAIL PROTECTED] wrote: Im going through my code, and trying to really think about how i can make it work well. Its a mess, i am realising, and i need advice on the best way to clean it up. Its clear that there are things in my Model

Re: [Catalyst] Model--best practice help

2008-10-05 Thread Eden Cardim
On Sun, Oct 5, 2008 at 2:03 PM, Dr. Jennifer Nussbaum [EMAIL PROTECTED] wrote: So ive got these two model classes, one i call with $c-model('MyAppDB::Book') and the other with $c-model('Book'). The problem is, i have some things that are Cat specific and i dont want them in my schema class