PHP_Objects | --Estate_CitiesDescriptions
This class manages Real Estate Cities decriptions objects.
CHANGES: 1.2 -> 1.3: 08 may 09 Added DescriptionAdd() function Added debug value 1.1 -> 1.2: 07 may 09 Added DescriptionsList() function 1.0 -> 1.1: 06 may 09 Added to RealEstates package
[line 44]
[line 38]
[line 50]
[line 26]
[line 32]
object description DescriptionAdd( string $citydescription, int $cityID, string $this->database, string $this->table)
This function is used to add a city description to database. Result is stored in $this and returned
object fetched DescriptionbyID( int $descrID, string $this->database, string $this->table)
This function is used to get city description object by its ID from database. Result is stored in $this and returned
object description DescriptionsList( string $this->database, string $this->table)
This function is used to get city descriptions list from database. Result is stored in $this and returned