class Township - jcobban/Genealogy GitHub Wiki

Up: Object-Oriented Access to Database Records

Source Code

This class is derived from Record to implement the logical interface to a record in the Township table (Townships). Each entry in this table contains the description of a Township.

Fields

This record presents the following fields:

Township description synonyms
'domain' domain identifier
'county' county identifier
'code' code, usually the same as name
'name' name for external display
'within' If this registration place is in a township, then the code of the township. If this registration place is a city, then 'City'. If this registration place is a township, then an empty string.
'location' unique numeric key of instance of class Location 'idlr'

Table of Contents

Next: new Township($parms)