I am implementing an MLM tree for a website using PHP (CodeIgniter) and MySQL. I need a binary tree implementation in the database. The followings things are to be considered: <
This blog might help you with managing hierarchy data
The one that sounds most familiar to your question is possibly Modified Preorder Tree Traversal