RE: [PHP] Preorder Modified Tree Traversal

2005-03-24 Thread Chris W. Parker
Burhan Khalid mailto:[EMAIL PROTECTED] on Wednesday, March 23, 2005 10:25 PM said: Sitepoint has a great article that has PHP snippets on both pmtt and the flat drill-down method. http://www.sitepoint.com/article/hierarchical-data-database I would like to add that this is the article

RE: [PHP] Preorder Modified Tree Traversal

2005-03-24 Thread Matt Babineau
, 2005 8:55 AM To: Burhan Khalid; Matt Babineau Cc: php-general@lists.php.net Subject: RE: [PHP] Preorder Modified Tree Traversal Burhan Khalid mailto:[EMAIL PROTECTED] on Wednesday, March 23, 2005 10:25 PM said: Sitepoint has a great article that has PHP snippets on both pmtt and the flat

RE: [PHP] Preorder Modified Tree Traversal

2005-03-24 Thread Chris W. Parker
Matt Babineau mailto:[EMAIL PROTECTED] on Thursday, March 24, 2005 10:49 AM said: Yeah, I read this article, and it works, but it doesn't set you up for a drill down scenario... I guess I don't understand what you mean then. I can display a tree just fine... Chris. -- PHP General

[PHP] Preorder Modified Tree Traversal

2005-03-23 Thread Matt Babineau
Hi all, I'm trying to use pmtt to display a windows explorer style view of products in a database. If anyone is familiar with pmtt could you send me an email, I'm looking for some help. I built some code to pull the Levels out of the database, I need some help tracking which level the user is

Re: [PHP] Preorder Modified Tree Traversal

2005-03-23 Thread Burhan Khalid
Matt Babineau wrote: Hi all, I'm trying to use pmtt to display a windows explorer style view of products in a database. If anyone is familiar with pmtt could you send me an email, I'm looking for some help. I built some code to pull the Levels out of the database, I need some help tracking which