class Page - 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 Census Page table (Pages). Each entry in this table contains the description of a Page within a Census enumeration division as represented by an instance of SubDistrict. Application code generally obtains instances of Page through the factory methods $subdistrict->getPage($pagenum) and $subdistrict->getPages().

Fields

This record presents the following fields:

Page description synonyms
'census' census identifier ''censusid'
'distid' district identifier 'did', 'district'
'sdid' sub-district identifier 'id', 'sd', 'subdistrict'
'div' division identifier 'division'
'sched' schedule 'schedule'
'pagenum' page number 'page'
'population' Number of individuals recorded by the enumerator on this page. If no image has been preserved for this page this is 0.
'image' URL of page containing an image of the original page. If no image has been preserved this is 'none'.
'transcriber' user name of transcriber
'proofreader' user name of proofreader

Table of Contents

Next: class PageSet