Re: Hierarchical Models and associations?

2007-03-26 Thread TekJansen
One small correction - below, when I said I hoped I could define the "belongsTo" relationship at some superclass level and have it inherited by subclasses, I meant, at least for my hypothetical example, the "hasMany" relationship. thanks. On Mar 26, 8:06 pm, "TekJansen" <[EMAIL PROTECTED]> wrote

Hierarchical Models and associations?

2007-03-26 Thread TekJansen
Is it possible to create a hierarchy of model classes? Cake doesn't seem too happy when I try. What I mean is that I have a table, let's say "People". I've created two models which use this table, let's say "Man" and "Woman". The reason they're different is that they have different validation rul