![]() |
|
The stupid question is the question not asked | |
PerlMonks |
RE: Including number of replies in Newest Nodesby mdillon (Priest) |
on Jun 09, 2000 at 06:05 UTC ( #17254=note: print w/replies, xml ) | Need Help?? |
i'm not sure how the database for Perl Monks is set up, but
i suspect that this is not a simple addition. unless every
node stores the id of its top-level parent node (in addition
to the id of its immediate parent), then multiple SQL
queries would need to be made to traverse the tree of
children and get a reply count.
this could be entirely incorrect, but i suspect vroom would have added this feature if it weren't near impossible to do easily in SQL.
In Section
Perl Monks Discussion
|
|