PHP_Objects | --Estate_Floors
This class manages Real Estate Floors objects.
CHANGES: 1.1 -> 1.2: 08 may 09 Added to FloorAdd() function Added debug value 1.0 -> 1.1: 06 may 09 Added to RealEstates package
[line 55]
[line 25]
[line 49]
[line 37]
[line 43]
[line 61]
[line 31]
object floor FloorAdd( string $floorname, string $floordescr, int $buildingID, int $level, string $this->database, string $this->table)
This function is used to add a floor to database. Result is stored in $this and returned
object fetched FloorbyID( int $floorID, string $this->database, string $this->table)
This function is used to get floor object by its ID from database. Result is stored in $this and returned
object floor FloorsList( string $this->database, string $this->table)
This function is used to get floors list from database. Result is stored in $this and returned