PHP_Objects | --Estate_GoodsLegalForms
This class manages Real Estate Goods Legal forms objects.
CHANGES: 1.1 -> 1.2: 08 may 09 Added LegalformAdd() function Added debug value for each function $this->table = "estate_goodslegalforms"; 1.0 -> 1.1: 06 may 09 Added to RealEstates package
[line 26]
[line 44]
[line 50]
[line 38]
[line 32]
object good LegalformAdd( string $goodlegalform, [string $goodlegalformdescr = null], string $this->database, string $this->table)
This function is used to add a good legal form object to database. Result is stored in $this and returned
object fetched LegalformbyID( int $legalformID, string $this->database, string $this->table)
This function is used to get good legal form object by its ID from database. Result is stored in $this and returned
object good LegalformList( [string $orderrow = "goodlegalform"], [string $order = "ASC"], string $this->database, string $this->table)