Ask Ben: Simple Recursion Example

<!---
	Output the family tree using the Zero ID as the
	ulimate parent (meaning, those family memebers with
	zero parent ID will be at the top of our tree).
--->
<cfset OutputChildren(
	Data = qFamily
	) />

For Cut-and-Paste