PhpRiot
Download Article
Download this article or the entire “Implementing An N-Level Nested Tree In PHP And PostgreSQL” series with all listings and files.




More information
Related Books
Professional Linux Programming

Professional Linux Programming

As Linux increases its presence throughout the world as a target platform for professional...
PhpRiot Newsletter
Your Email Address:

More information

Implementing An N-Level Nested Tree In PHP And PostgreSQL, Part 1

Summary

In this article we implemented an n-level nested tree, including an SQL schema to represent the tree as well as example queries for looking up the data.

In the next article, we’ll implement the nested tree in PHP.

Other Options

In This Article