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)

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 3

Forks: 0

pkg:composer/thiagof/cobra-mptt

0.1.3 2016-11-02 19:00 UTC

This package is not auto-updated.

Last update: 2025-09-28 02:10:31 UTC


README

Build Status

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.