class Temple - jcobban/Genealogy GitHub Wiki
Up: Object-Oriented Access to Database Records
This class is derived from Record to implement the logical interface to a record in the LDS Temple table (Temples or tblTR). Each entry in this table contains the description of a Temple which is referenced by LDS sacraments.
Fields
This record presents the following fields:
Temple | description | synonyms |
---|---|---|
'idtr' | unique numeric key. This should be unnecessary because the 'code' field is an alternate unique record identified. However those events which take place at a Temple use this key to parallel the use of the unique numeric key of the Location and Address. |
|
'code' | unique 6 character code | |
'code2' | 2 character code for some records | |
'temple' | name of the LDS temple | 'name' |
'templestart' | start year | |
'templeend' | end year |
The records in this table are managed by the LDS Temples page.
Table of Contents
- new Temple($parms)
- $temple->getIdtr()
- $temple->getName()
- $temple->getNotes()
- $temple->getZoom()
- $temple->getPreposition()
- $temple->get($fieldname)
- $temple->set($fieldname, $value)
Next: new Temple($parms)