[PHP]
print_r("2hasRe sult = $hasResult<P>") ;
/*---------------------------------------------------------------------------------------------------------------------------------------------------------
Block to determine metadata. If you are coming from DownloadView
or RemoveView you will have to have
a database instance to generate proper metadata for display,
however, coming from CreateView or ResizeView you
will not have any database instance, so metadata will be limited
and derived from the image source itself.
-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
$imageURL = ($album) ? "$imageURLP ath/$album" : $imageURLPath;
print_r("3hasRe sult = $hasResult<P>") ;
[/PHP]
At no time are any of the variables even remotely related to one
another, but watch this:
For some wacko reason $hasResult = $imageURL! I have never even used
reference pointers for any of these variables, how is that possible?
Thanx
Phil
print_r("2hasRe sult = $hasResult<P>") ;
/*---------------------------------------------------------------------------------------------------------------------------------------------------------
Block to determine metadata. If you are coming from DownloadView
or RemoveView you will have to have
a database instance to generate proper metadata for display,
however, coming from CreateView or ResizeView you
will not have any database instance, so metadata will be limited
and derived from the image source itself.
-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
$imageURL = ($album) ? "$imageURLP ath/$album" : $imageURLPath;
print_r("3hasRe sult = $hasResult<P>") ;
[/PHP]
At no time are any of the variables even remotely related to one
another, but watch this:
2hasResult =
3hasResult = /catalog/images/awards_2004
3hasResult = /catalog/images/awards_2004
reference pointers for any of these variables, how is that possible?
Thanx
Phil
Comment