Author: Manuel Lemos
Viewers: 168
Last month viewers: 1
Categories: Notable Packages
Many applications need to manage information that is stored in tree-like hierarchical data structures.
This package can manage trees efficiently in a MySQL database using the MPTT algorithm.
Read this article to learn more details about how this notable PHP package works.
This package can manage trees efficiently in a MySQL database using the MPTT algorithm.
Read this article to learn more details about how this notable PHP package works.
The package Zebra MPTT is one of the few PHP packages that was considered notable recently because it does something that is worth paying attention.
The basic purpose is: Store a tree using the MPTT algorithm in MySQL
Here follows in more detail what it does:
This package can be used to store a tree using the MPTT algorithm in MySQL.
It can create a tree of nodes and add nodes passing a value to store in each tree node as well an object to the parent node, which can be 0 for the root node.
The package can also perform other operations with nodes like moving nodes to other positions, get the whole tree as a multi-dimensional array or get only the children of a given tree node.
Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.
If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package.
The basic purpose is: Store a tree using the MPTT algorithm in MySQL
Here follows in more detail what it does:
This package can be used to store a tree using the MPTT algorithm in MySQL.
It can create a tree of nodes and add nodes passing a value to store in each tree node as well an object to the parent node, which can be 0 for the root node.
The package can also perform other operations with nodes like moving nodes to other positions, get the whole tree as a multi-dimensional array or get only the children of a given tree node.
Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.
If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package.
You need to be a registered user or login to post a comment
1,616,790 PHP developers registered to the PHP Classes site.
Be One of Us!
Login Immediately with your account on:
Comments:
No comments were submitted yet.