mrkrstphr / php-gedcom

UNMAINTAINED - A library for reading and writing GEDCOM files in PHP.
MIT License
38 stars 46 forks source link

Is there an easy way... #11

Closed helmutkaufmann closed 10 years ago

helmutkaufmann commented 11 years ago

... of finding/accessing birth and death dates - without iterating manually over all events?

Thanks a lot Helmut

PS: This is great stuff. I trying to combine GEDCOM files with duplicate individuals (duplicates go the same ID) and this seems to be a good start.

mrkrstphr commented 11 years ago

Not really. I could add in a method to get specific events, but it would need to loop them all in that method. It could be handy (ie: less code you have to write), but if it's a performance problem, it's not going to help.