thiagof / cobra-mptt
There is no license information available for the latest version (0.1.3) of this package.
Class implementing Modified Preorder Tree Traversal (Nested Sets)
0.1.3
2016-11-02 19:00 UTC
Requires
- ext-pdo: *
Requires (Dev)
- phpunit/dbunit: ^2.0
- phpunit/phpunit: ^4.8
This package is not auto-updated.
Last update: 2024-11-23 21:04:23 UTC
README
MPTT (Modified Preorder Tree Traversal) library for PDO
MPTT is an eficient hierarchical tree algorithm also known as Nested Sets.
This library ships a simple a database interface which allows the creation of custom database layers. This means you can use the library with any sql database orm/adapter.
Please checkout ./tests/
and ./examples/
for usage instructions.