SQL:
images int(11) unsigned DEFAULT '0',
-
+=======================================================
TCA
....
'images' => array(
),
),
...
-
+============================================================================
Model:
-
/**
* images to use in the gallery
*
}
return $this->images;
}
-
+==============================================================================
Fluid View (this is a Partial, providing all images with a link to open it in a lightbox, classic clickenlarge):
-
<f:for each="{images}" as="image" >
<a href="{f:uri.image(src:image.uid,treatIdAsReference:1)}" class="lightbox" rel="gallery">
<f:image src="{image.uid}" alt="" width='101' height="67" treatIdAsReference="1"/>