Hi ng,
I need some input/suggestions for a very small layout.
The situation: Some groupings of thumbnails. For every picture (thumbnail)
there is a "big" picture. Thats it basically :) On the front the scenario is
this:
A user clicks "Autumn". The user is presented with the "Autumn" thumbnails.
If he click a thumbnail, the corresponding big image is displayed. Well, u
get the picture :)
Hoe is this most efficiently implemented in table-layout? I mean....do I
create a table called "images" and have a column called "is_thumb"? Or do I
better make 2 tables...Or better make a "relation/type" table too?
--
Thanks,
/Summa
I need some input/suggestions for a very small layout.
The situation: Some groupings of thumbnails. For every picture (thumbnail)
there is a "big" picture. Thats it basically :) On the front the scenario is
this:
A user clicks "Autumn". The user is presented with the "Autumn" thumbnails.
If he click a thumbnail, the corresponding big image is displayed. Well, u
get the picture :)
Hoe is this most efficiently implemented in table-layout? I mean....do I
create a table called "images" and have a column called "is_thumb"? Or do I
better make 2 tables...Or better make a "relation/type" table too?
--
Thanks,
/Summa
Comment