Hi everyone, I need your help! I have a database modeled after the adjacency list model, for example:
Id Parent 1 null 2 1 3 1 4 2 5 3 6 5 and i need to be able to feed this hierarchy to a Tree component in flex. I am running a mySQL database and using php through AMFPHP to pass data between the db and Flex. I have absolutely no idea how i would go about doing this. I have seen some suggestions on here using CF but unfortunately i have no access to CF. I have also tried looking for examples in Java with no success. I would really appreciate some help. Thanks in advance /Eric