This topic is locked

Image Gallery...

12/7/2008 11:45:15 PM
PHPRunner General questions
I
indigo author

I am trying to build and events module with image gallery.

Each event can have multiple images.. so the best way to do this is another table which has image file details and the event details.
I need to now join both of them so they appear on list, add page etc.
How do I achieve this so images for only related event appear for that event?

J
Jane 12/8/2008

Hi,
I suppose you need to set up master-detail relationships between main table with events and detail table where images are stored.