A small library based on the technique outlined here: http://ferdychristant.com/blog//archive/DOMM-7QJPM7
Stores & retrieves parent/child data without having to do recursive db hits. Comments in library file are pretty self-explanatory.
Output can either come in the form:
Record 1
Record 1.1
Record 1.2
Record 1.2.3
Record 2
...
or as a multi-dimensional array
https://github.com/jrmadsen67/mahana-hierarchy
All comments or recommendations welcomed.
