Tuyen
Member since May 24, 2010
- Profile: /members/6098-tuyen.htm
- Comments: 2
Recent Blog Comments By Tuyen
-
Ask Ben: Simple Recursion Example
Posted on May 28, 2010 at 1:16 PM
If there is one child with ChildID = one of previous ancester ID (higher parentID), this code with go into infinite loop. I added a new column "tree-depth" and pass it on to every calls...... read more »
-
Ask Ben: Simple Recursion Example
Posted on May 24, 2010 at 2:31 PM
Thanks so much Ben. What a great code sample :) I did this (kind of) on sql server: using trigger to control navigation menus with tree-depth and tree-lineage... Now with your code, I can do recursion in CF...... read more »