Code: Select all
foreach ($image_array as $key => $value){echo $key.' is '.$value.'<br>';}
tmpllist is 'aVariable'
tmplfull is 'aVariable'
name is 'aVariable'
id is 'aVariable'
width is 'aVariable'
height is 'aVariable'
caption is 'aVariable'
zoom is 'aVariable'
hash is af4297ff9d6ab81c26f845f1bc8141b6
ext is gif
My queston is about the hash, which references the original image in file manager, which is stored in filestorage directory. Where in wcms is the reference to that 'sized' image that is located in the content/images folder for any given article. Is there another embedded array in this serialized object? I did a export of entire DB, and did a text search for the final sized image handle, (which is located in content/images/)
974aa60d59f8dbb0a8bd3579993cc0b7
and found it in the phpwcms_cache table. Is this the only place where a reference to the image is stored? If so it would be difficult to retrieve it programmatically.
So I guess this is a technical question, just wanting to know where wcms pulls data to display the sized image from content/images folder...or perhaps it does not, but rather gets it exclusively from phpwcms_cache table......but that would be strange however, since the full article is cached, not just the summary listing.....
Cheers,