Re: Creating Dynamic Model Associations

2007-01-18 Thread anselm
I know you can, on the fly, do new associations (or is this v1.2?) You can in 1.1 too -- see bindModel/unbindModel in the 'model' chapter of the manual (also often refered to in this group) but they only work for the next query. Is this correct? Well - yes ;) But it shouldn't be

Creating Dynamic Model Associations

2007-01-17 Thread Dave Rogers
In my latest project, I am trying to make particular Models/Controllers inherit from other Models/Controllers that I create. For example: Items -- Article -- News -- Event In particular, I am trying to figure out the model association, so that I can plug in a new Model