Re: Base Class Inheritance w/ Model Methods

2009-07-15 Thread Andrew D. Ball
On Wed, Jul 15, 2009 at 06:35:06AM -0700, LeeRisq wrote: > > So I'm hitting a beginner's snag here. I have six models that I need > to contain essentially all the same attributes. I created a base class > and then created the child classes respectively. Some of the child > classes will contain

Base Class Inheritance w/ Model Methods

2009-07-15 Thread LeeRisq
So I'm hitting a beginner's snag here. I have six models that I need to contain essentially all the same attributes. I created a base class and then created the child classes respectively. Some of the child classes will contain additional attributes to the base class, but the rest only need what