PHP_Objects | --Estate_RoomTypes
This class manages Real Estate Room types objects.
CHANGES: 1.2 -> 1.3: 08 may 09 Added RoomtypeAdd() function Added debug mode 1.1 -> 1.2: 07 may 09 Added RoomtypesList() function 1.0 -> 1.1: 06 may 09 Added to RealEstates package
[line 26]
[line 44]
[line 38]
[line 32]
object room RoomtypeAdd( string $roomtype, string $this->database, string $this->table)
This function is used to add a room type to database. Result is stored in $this and returned
object fetched RoomtypebyID( int $typeID, string $this->database, string $this->table)
This function is used to get room type object by its ID from database. Result is stored in $this and returned
object room RoomtypesList( string $this->database, string $this->table)
This function is used to get room types list from database. Result is stored in $this and returned