I have objects representing folders and I\'m wondering if they should be represented in the database.
On the one hand it seems like the easiest way would be to not r
Take a look at the ERD in the middle of this page. Factoring out the hierarchy into a separate table permits you to support multiple taxonomies.