in reply to Nested Categories

is ist ensured, that categories are always listed before the corresponding sub-categories?

Replies are listed 'Best First'.
Re^2: Nested Categories
by spaceout (Initiate) on Jan 03, 2005 at 19:08 UTC
    Thanks for the suggestions.

    Yes, holli, the parent category should always be listed before the corresponding sub-categories.

    I know this may not be possible, but my goal is to do only one query on the database to grab all of the categories and then be able to sort them properly from there. Otherwise, if I had 100 or so categories I would need to do a ton of database queries and I would love to avoid that if possible.