FamilyTree Locations.php - jcobban/Genealogy GitHub Wiki
Up: Family Tree Implementation
This script displays the main page for viewing a set of Locations.
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. ] |
To see an example of this page in action go to the demonstration site.
Next: Location.js