If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I'm going to start work on a new version of a news script I'm using when making websites for my clients, and I'd like to remedy its biggest flaw: there's only one level of news categories.
What I want is a dynamic category system where I'll be able to create an unlimited ammount of sub categories, but I don't know where to start looking to learn how to design the database for this.
I did some searching on these forums but the posts about "nested" and "adjacency" models whent right over my head. Maybe someone could provide a link to an article which explains this in a more concrete way.
Thanks in advance for any and all information you can give me!
I really like the method described by Rudy in this article (the COALESCE trick). But this method seems so much simpler than doing the whole "modified preorder tree traversal" thing so I'm thinking there must be some negative sides to using it. Am I paranoid?