Re: [PHP-DB] tree processing

2007-10-30 Thread Chris
Evert Lammerts wrote: Hello all, In my MySQL database, with which I communicate through the mysqli extension, I have two tables that each store a tree. My first problem. The first tree is based on the nested set model, with a primary key on the id (INT(10)) column, an index on the left and righ

[PHP-DB] tree processing

2007-10-30 Thread Evert Lammerts
Hello all, In my MySQL database, with which I communicate through the mysqli extension, I have two tables that each store a tree. My first problem. The first tree is based on the nested set model, with a primary key on the id (INT(10)) column, an index on the left and right (INT(10)) columns and