Hi,

I'm building a website in which I want to allow users to add widgets
to their profile page.
There would be several types of widgets like PhotoAlbumWidget,
NewsWidget, ...
Each user could have one widget of each widget type,
and choose between several types for each widget,
ie LocalPhotoAlbumWidget, PicasaPhotoAlbumWidget,
FlickrPhotoAlbumWidget ...

So I would like to have some advice about the good way to model this
with Doctrine.
Should I use Inheritance ?
Or just use a 'type' colum in the PhotoAlbum table to join it with the
good PhotoAlbum widget type ?

Thanks for your input !

-- 
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en.

Reply via email to