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
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