Question
Construct a tree
I would like to know if the following is possible.
I have a MySQL table with three columns: `item_id`, `parent_item_id` and `title`.
The table is obviously used for storing a tree data structure.
Up until now I've used PHP to assemble a tree of objects (using table data) and pass it over to Flash.
Can this be done with CF?
