Thodoris wrote:

How are your groups linked with your users? Does every user has a GroupId in his record?

Does this question has to do with building an html tree or it is about the best database schema that helps to construct and retrieve a tree faster?


oh, and while searching i landed on a binary / modified-pre-ordered tree model, so i implemented that too. bit worried about moving node-items, but i should be able to figure out a partial-update method. holding my hands out for any examples/tutorials on how to do partial updates on a bin-tree when moving items..

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to