RE: [PHP-DB] trees in MySQL

2002-12-19 Thread Cal Evans
.calevans.com * -Original Message- From: José Moreira [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 19, 2002 10:45 AM To: Php-Db (Correio electrónico) Subject: [PHP-DB] trees in MySQL hello im implementing a portal and im choosing between the 'Nested Set' and 'Adjacen

RE: [PHP-DB] trees in MySQL

2002-12-19 Thread José Moreira
ara: [EMAIL PROTECTED]; Php-Db (Correio electrónico) Assunto: Re: [PHP-DB] trees in MySQL If you don't know how many nodes you're going to have and the amount of branches under each node, then that's the only way to do it. However, if you can define those numbers, you can use somet

Re: [PHP-DB] trees in MySQL

2002-12-19 Thread Ignatius Reilly
antly. Ignatius - Original Message - From: "José Moreira" <[EMAIL PROTECTED]> To: "Php-Db (Correio electrónico)" <[EMAIL PROTECTED]> Sent: Thursday, December 19, 2002 11:45 AM Subject: [PHP-DB] trees i

Re: [PHP-DB] trees in MySQL

2002-12-19 Thread 1LT John W. Holmes
nal Message - From: "José Moreira" <[EMAIL PROTECTED]> To: "Php-Db (Correio electrónico)" <[EMAIL PROTECTED]> Sent: Thursday, December 19, 2002 11:45 AM Subject: [PHP-DB] trees in MySQL > hello im implementing a portal and im choosing between the 'Nested Set

RE: [PHP-DB] trees in MySQL

2002-12-19 Thread Hutchins, Richard
dealt with the flexibility of application of the two models in different environments. Happy hunting. Rich > -Original Message- > From: José Moreira [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 19, 2002 11:45 AM > To: Php-Db (Correio electrónico) > Subject

[PHP-DB] trees in MySQL

2002-12-19 Thread José Moreira
hello im implementing a portal and im choosing between the 'Nested Set' and 'Adjacency Lists tree' models. im perfectly aware of the 'Adjacency Lists tree' model how-to and I am studying the 'Nested Set', example follows : CREATE TABLE