I'm trying to mimic a reddit feature. When you link to a specific comment in a threaded list (example), you can add a var 'context' in the url to show the context.
I can show you the comment I want you to see, plus a parent (context=1) or the parent's parent (context=2) and so on.
Now, cakePHP simplifies the threaded thing with find('threaded');, and I can link a comment and show a thread downside, but how can I make it upside, finding recursively parents n
times?
Thanks, have an excelent 2010!