Tuesday 02 January 2007 3:27:45 am
I am developing a site where I have to store and display some movie information. How do I handle the credits information for a movie? A credit will consist of a role and a person, and the credits will be a list of these pairs, e.g.
<i><Role> <Person></i>
Director - Martin Scorsese Casting - Ellen Lewis My guess is that I need to develop a Credits datatype similar to Authors datatype. The difference will be that the Role and Person in Credits will be fetched from pre-defined lists (from database) and will not be stored as freetext but as a reference to elements in the pre-defined lists. Is this the way to do it? Or am I on a wrong track? Have you any developed something similar that you are willing to share? Any feedback will be appreciated. /vathanan
"Ninety percent of everything is crap"
~Sturgeon's law
|