Author
This class can be used to create and manipulate adjacency lists in MySQL.
It can perform several types of operations to store and retrieve information in a MySQL table of nodes of an adjacency list.
Currently it can: add nodes, retrieve the list of all nodes, get the children of a given node, change the parent of a node, and delete nodes.
[画像:Picture of Peter Drinnan] |
|
Innovation award Innovation award Nominee: 1x |
File | Role | Description |
---|---|---|
Accessible without login Plain text file adjacency_demo.sql | Data | Sample MySQL data table structure. Can be modified. |
Accessible without login Plain text file example.php | Example | Examples of adding, appending, renesting and deleting nodes within an adjacency list. |
Plain text file adjacency.class.php | Class | base class with all functions required for adding, removing and renesting ordered items. |
User Ratings | User Comments (1) | |||||||||||||||||||||||||
|
Add link image If you know an application of this package, send a message to the author to add a link here.