13.09.2016 Views

PHP and MySQL Web Development 4th Ed-tqw-_darksiderg

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Solution Overview<br />

843<br />

Listing 33.11<br />

Continued<br />

}<br />

function ASIN() {<br />

return padASIN($this->ASIN);<br />

}<br />

function imageURLMedium() {<br />

return $this->imageUrlMedium;<br />

}<br />

function imageURLLarge() {<br />

return $this->imageUrlLarge;<br />

}<br />

function productName() {<br />

return $this->productName;<br />

}<br />

function ourPrice() {<br />

return number_format($this->ourPrice,2, '.', '');<br />

}<br />

function listPrice() {<br />

return number_format($this->listPrice,2, '.', '');<br />

}<br />

function authors() {<br />

if(isset($this->authors)) {<br />

return $this->authors;<br />

} else {<br />

return false;<br />

}<br />

}<br />

function releaseDate() {<br />

if(isset($this->releaseDate)) {<br />

return $this->releaseDate;<br />

} else {<br />

return false;<br />

}<br />

}<br />

function avgCustomerRating() {<br />

if(isset($this->avgCustomerRating)) {<br />

return $this->avgCustomerRating;

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!