PHP_Objects | --Estate_GoodPriceTypes
This class manages Real Estate Good Price Types objects.
CHANGES: 1.1 -> 1.2: 07 may 09 Added TypesList() function Added TypeAdd() function 1.0 -> 1.1: 06 may 09 Added to RealEstates package
[line 25]
[line 31]
[line 37]
[line 43]
object good TypeAdd( string $typename, string $this->database, string $this->table)
This function is used to add a type to database. Result is stored in $this and returned
object fetched TypebyID( int $typeID, string $this->database, string $this->table)
This function is used to get good price type object by its ID from database. Result is stored in $this and returned
object good TypesList( string $this->database, string $this->table)
This function is used to get types list from database. Result is stored in $this and returned