Tagged Questions

19
votes
7answers
13k views

How to store directory / hierarchy / tree structure in the database?

How do i store a directory / hierarchy / tree structure in the database? Namely MSSQL Server. @olavk: Doesn't look like you've seen my own answer. The way i use is way better than recursive queries ...
1
vote
4answers
146 views

Creating an effecient friendlist using PHP

I would like to build a website that has some elements of a social network. So I have been trying to think of an efficient way to store a friend list (somewhat like Facebook). And after searching a ...