Source for file Properties.php
Documentation is available at Properties.php
/* -------------------------------------------------------------------------- */
/* Module : Properties */
/* Date Vsn Author Description */
/* -------------------------------------------------------------------------- */
/* 05/02/09 1.0 S.Lindo Initial version. */
/* -------------------------------------------------------------------------- */
* Format all requested properties for display.
* @return string Required properties ready to display
$properties =
"\n<div id=\"thumbnails\">";
foreach ($in_properties as $property_id =>
$property)
$properties .=
"\n<div id=\"single_property\">"
.
"<a href=\"/properties/property/?property_id=$property_id\">"
.
"<img alt=\"".
$property['description'] .
"\""
.
" src=\"/images/".
$property['description'].
".jpg\">"
.
"<h3>".
$property['description'] .
"</h3>"
.
"<br />Click the image for full details</div>";
$properties .=
"</div>\n";
Documentation generated on Fri, 27 Mar 2009 13:48:40 +0000 by phpDocumentor 1.4.1