PHP_Objects | --Estate_Buildings
This class manages Real Estate Buildings objects.
CHANGES: 1.1 -> 1.2: 08 may 09 Added to BuildingAdd() function Added debug value 1.0 -> 1.1: 06 may 09 Added to RealEstates package
[line 49]
[line 37]
[line 43]
[line 25]
[line 55]
[line 31]
[line 61]
object building BuildingAdd( string $buildingname, string $buildingdescr, string $this->database, string $this->table)
This function is used to add a building to database. Result is stored in $this and returned
object fetched BuildingbyID( int $buildingID, string $this->database, string $this->table)
This function is used to get building object by its ID from database. Result is stored in $this and returned
object building BuildingList( string $this->database, string $this->table)
This function is used to get buildings list from database. Result is stored in $this and returned