Jump to content

Query with (sub)categories


knobbel

Recommended Posts

I've a table documents and a table categories.

 

Table documents:

id | title | author | category_id

1 | test title | Johny | 2

2 | test2 | Peter | 2

 

Table categories:

id | categoryname | sub_from_id

1 | books | 0

2 | nature | 1

3 | school | 1

 

 

The table categories contains subcategories from (sub)categories.

 

How can I get an overview of ALL documents in the right (sub)category?

 

Output sample:

 

  Books

    Nature

          Test title

          Test2

    School

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/141834-query-with-subcategories/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.