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

Article Comments (2 total)

anas, 4 March 2008
Another q: I cant find the aim of right nodes?

anas, 4 March 2008
I have some Qs: 1)Why did you give the nright node of the parent Max value(why didnt use that fermeuola nright=nleft+(2*D)+1? 2)Is your implemention come from a standard like binary tree in data structure or that you own implemention which mean i can put also my own one?
Submit a Comment
Use the following form to submit a comment for this article. You can include any required code snippets, which we will format and highlight accordingly.


Note: Before your comment appears on PhpRiot, it must be manually approved. The email address field is optional. If you choose to include it, it will be displayed obfuscated to protect it from spammers.

In This Article