Skip to content

PHP Implementation and helper for MPTT (Modified Preorder Tree Traversal) algorithm

Notifications You must be signed in to change notification settings

mnishihan/phpMptt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

PHP Implementation and helper for MPTT (Modified Preorder Tree Traversal) algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages