class GraveStone - 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 Grave Stone table (GraveStones). Each entry in this table contains the description of an individual from a Grave Stone.

Fields

This record presents the following fields:

name description synonyms
'gs_index' gs_index 'index'
'county' county
'township' township
'cemetery' cemetery
'zone' zone
'row' row
'plot' plot
'side' side
'surname' surname
'givenname' givenname
'text' text

Table of Contents

Next: new GraveStone($parms)