FamilyTree Temples.php - jcobban/Genealogy GitHub Wiki
Up: Family Tree Implementation
This script displays the main page for viewing a set of Temples.
When invoked by method='get'
it supports the following parameters.
parameter | description |
---|---|
pattern | regular expression to match names |
offset | starting offset within result set |
limit | number of entries to display from result set |
lang | the requested language of communication as a BCP 47 identifier. ] |
The user may alter the search parameters and resubmit the request which is then passed to the script using method=post.
To see an example of this page in action go to the demonstration site.
Next: Temple.js