| davidklonski 2004-08-18, 3:56 pm |
| Hello
I am new to MySQL, and would appreciate your advise on what would be
the best way to design the following small system (I am using MySQL
5.0)
The system has photo albums which have their own data (name, category,
submitter, date, number of photos)
The system also has photos which have their own data (name, size,
width, height, date, submitter...)
The photos should be stored once in a big repository.
Photos can be assigned to photo albums, in a many-to-many
relationship:
A photo album may contain multiple photos and a single photo may
appear in multiple albums.
The system has a set of categories that the albums can belong to. An
album must belong to one of the defined categories.
I would appreciate your help
Thanks
----------------------------------------
The post originated from PHP Freaks:
----------------------------------------
http://www.phpfreaks.com
http://www.phpfreaks.com/forums
|