Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 851 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 851 Bytes

phpMptt (Efficient way to manage large set of hierarchical data in PHP)

Introcution

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.

Philosophy

Why another?

Basic Usage

###Required Table Structure

Advanced Usage

API

Utility

License

This library is licensed under MIT license.