MPTT or Modified Preorder Tree Traversal is an intelligent transformation of the standard Preorder Tree Traversal algorithm to query and traverse large hierarchical dataset. The algorithm and the general way of implementation in PHP is documented very well in the wonderful article written by Gijs Van Tulder at SitePoint.
###Required Table Structure
This library is licensed under MIT license.