Skip to content

Census Implementation

James Cobban edited this page Aug 26, 2023 · 14 revisions

Up: PHP Programming Guide

The transcription and searching of census records is implemented using a set of scripts which access the database only through the object encapsulation services. The scripts are organized in a hierarchy for administering, transcribing, and proofreading censuses. The design is to avoid scripts that are specific to a particular census so that every census can be supported by the same scripts. There are templates for specific censuses but no application logic.

The top of the hierarchy is genCensuses.php.

The scripts in alphabetical order are:

Next: Vital Statistics Implementation

Clone this wiki locally