PHP_Objects | --Estate_Photos
This class manages Real Estate Photos objects.
CHANGES: 1.2 -> 1.3: 08 may 09 Added PhotoAdd() function Added debug value 1.1 -> 1.2: 07 may 09 Added PhotosList() function 1.0 -> 1.1: 06 may 09 Added to RealEstates package
[line 26]
[line 62]
[line 50]
[line 56]
[line 38]
[line 44]
[line 32]
[line 68]
object photo PhotoAdd( string $photoname, string $photodescr, string $photofilename, string $this->database, string $this->table)
This function is used to add a photo to database. Result is stored in $this and returned
object fetched PhotobyID( int $photoID, string $this->database, string $this->table)
This function is used to get photo object by its ID from database. Result is stored in $this and returned
object photo PhotosList( [string $orderrow = "photoname"], [string $order = "ASC"], string $this->database, string $this->table)
This function is used to get photos list from database. Result is stored in $this and returned