Re: Switching a Models Field Class at Runtime

2009-11-12 Thread Sean Brant
Yeah that would work. I'd like to avoid that because every Item will need its child content, so you would have to always use a join (which are slow). One more thought is it possible to has multiple models that all save to the same table? I only really need the helpful Image and File fields for wri

Re: Switching a Models Field Class at Runtime

2009-11-12 Thread Mike Ramirez
On Thursday 12 November 2009 06:05:00 Sean Brant wrote: > Let me start out by saying this feels a little over engineered but I > wanted to see what people thought anyways. > > I would like to create a list similar to a Facebook wall. You can post > stuff and attach content to the post. In the past

Switching a Models Field Class at Runtime

2009-11-12 Thread Sean Brant
Let me start out by saying this feels a little over engineered but I wanted to see what people thought anyways. I would like to create a list similar to a Facebook wall. You can post stuff and attach content to the post. In the past I have create a table with properties for all content formats and