Forum Moderators: open
categories
id - int auto_incr
parent_id int
description - char
articles
id - int auto_incr
parent_id int
article_text - text
The way it's set up is to allow subcategories. Is there a way to query the database and get all articles from a category and any of it's child categories?
Ex: Main -> News -> Local contains an article on Bob's new car. I'm browsing the category News and would like the car article to show up.