Family Tree Implementation - jcobban/Genealogy GitHub Wiki
The Family Tree is implemented using a set of scripts which access the database only through the object encapsulation services.
- addChildXml.php
- addCitXml.php
- addDontMergeXml.php
- addFamilyXml.php
- Address.js
- Address.php
- Addresses.js
- Addresses.php
- ancestorReport.js
- ancestorReport.php
- calcBirthDate.js
- calcBirthDate.php
- CemeteryReference.php
- changeLocations.js
- changeLocations.php
- ChildRelations.js
- ChildRelations.php
- ChildStatus.js
- ChildStatus.php
- chooseIndivid.js
- chooseIndivid.php
- chooseRelative.js
- chooseRelative.php
- Citations.js
- Citations.php
- citTable.inc
- citTable.js
- commonMarriage.js
- CreateLotGeoCoordinates.php
- DeathCauses.php
- deleteCitationsXml.php
- deleteCitationXml.php
- deleteEventXml.php
- deleteIndivid.php
- deleteLocation.php
- deleteMarriageXml.php
- deleteNameXml.php
- deletePictureXml.php
- deleteSourceXml.php
- descendantReport.js
- descendantReport.php
- detChildXml.php
- DontMergeEntries.php
- editCitation.js
- editCitation.php
- editEvent.js
- editEvent.php
- editIndivid.js
- editIndivid.php
- editMarriages.js
- editMarriages.php
- editName.js
- editName.php
- editParents.js
- editParents.php
- editPicture.js
- editPicture.php
- editPictures.js
- editPictures.php
- editSource.js
- editSource.php
- EventTypes.js
- EventTypes.php
- gedcomAddXml.php
- GedcomUpload.php
- getEventsXml.php
- getFamilyOfXml.php
- getIndividualsByLocation.php
- getIndivNamesXml.php
- getLocationJSON.php
- getLocationXml.php
- getPersonSvg.php
- getPersonXml.php
- getSourcesXml.php
- getTempleJSON.php
- grantIndivid.js
- grantIndivid.php
- grantUser.js
- grantUser.php
- legacyIndex.php
- legacyIndivid.php
- Location.js
- Location.php
- Locations.js
- Locations.php
- mergeAddressesXml.php
- mergeIndivid.js
- mergeIndivid.php
- mergeLocationsXml.php
- mergeUpdIndivid.js
- mergeUpdIndivid.php
- Name.js
- Name.php
- Names.js
- Names.php
- Nicknames.js
- Nicknames.php
- nominalIndex.js
- nominalIndex.php
- orderChildrenXml.php
- orderEventsByDate.php
- orderMarriagesByDateXml.php
- orderPicturesByDateXml.php
- Person.js
- Person.php
- PersonStrings.csv
- phpinfo.php
- postProjectBlog.php
- relationshipCalculator.js
- relationshipCalculator.php
- reportIndivids.php
- reqReportIndivids.js
- reqReportIndivids.php
- Services.php
- SetLotGeoCoordinates.php
- showAddedIndividuals.js
- showAddedIndividuals.php
- Source.php
- Sources.js
- Sources.php
- Status.php
- Surnames.js
- Surnames.php
- Tables.php
- Temple.js
- Temple.php
- Temples.js
- Temples.php
- ToDo.js
- ToDoList.js
- ToDoList.php
- ToDo.php
- ToDos.js
- ToDos.php
- UnlinkedIndividuals.php
- updateCitation.php
- updateEvent.php
- updateIndividXml.php
- updateLocation.js
- updateLocation.php
- updateMarriageXml.php
- updateNameJson.php
- updatePersonJson.php
- updatePicture.js
- updatePicture.php
- updateSource.php
- updateSurname.php
- updateTemple.php
- updateWifeMarriedNameXml.php
- uploadGedcom.js
- uploadGedcom.php
Next: Census Implementation