Posted by --CELKO-- on 03/06/07 01:35
You might want to look at the Nested Sets model for trees and hieratchies. You would avoid all the overhead of recursive calls, which are not cheap.and have much simpler code to maintain.
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming