PHP Classes

Adjacency Model: Create and manipulate adjacency lists in MySQL

Recommend this page to a friend!
  Info   View files View files (3)   DownloadInstall with Composer Download .zip   Reputation   Support forum (1)   Blog    
Ratings Unique User Downloads Download Rankings
StarStarStar 58%Total: 1,339 This week: 1All time: 2,890 This week: 560Up
Version License PHP version Categories
adjacency-model 1.1BSD License5.0Algorithms, PHP 5, Databases
Description 

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.

Innovation Award
PHP Programming Innovation award nominee
May 2010
Number 3


Prize: One book of choice by Packt
Adjacency lists are data structures that define vertex points and edges that connect them.

This class provides a solution for manipulating and storing adjacency lists in a MySQL database.

Manuel Lemos
Picture of Peter Drinnan
Name: Peter Drinnan is available for providing paid consulting. Contact Peter Drinnan .
Classes: 3 packages by
Country: Canada Canada
Age: 58
All time rank: 72521 in Canada Canada
Week rank: 411 Up10 in Canada Canada Up
Innovation award
Innovation award
Nominee: 1x

  Files folder image Files  
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.

 Version Control Unique User Downloads Download Rankings  
 0%
Total:1,339
This week:1
All time:2,890
This week:560Up
User Ratings User Comments (1)
 All time
Utility:83%StarStarStarStarStar
Consistency:83%StarStarStarStarStar
Documentation:-
Examples:83%StarStarStarStarStar
Tests:-
Videos:-
Overall:58%StarStarStar
Rank:1460
 
Thank you so much Petr, really; thank you
9 years ago (Davide Briscese)
70%StarStarStarStar