This package can be used to manage nested sets of data stored in a database.
It can create and manage an hierarchy of nodes in a database table allowing to retrieve, add, update and delete nodes.
Developers should extend this class in order to use its functionality. Properties $_name (name of the table), $_primary (name of the primary key), $_left (left column name in nested table) and $_right (right column name in nested table) must be overrriden in the extending class and filled with appropriate values.
PDO instance must be supplied to the object of this class in order to use it.
| There are not enough user ratings to display for this class. |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
Abstract.php |
Class |
Abstract class that provides API for managing Nested set database table. |
Exception.php |
Class |
Exception in NestedSetDbTable package |