Re: I have sub-categories but want to display full category path



Unfortunately you can't do that with a single SQL statement (unless you
use a nested set structure, but that would be real overkill). You have
to walk up the tree in a loop and fetch every parent node until you
reach the root node.

Thanks for your answer.

Cheers

Phil


.



Relevant Pages