$comments[$comment->parent]->children[] = &$comment;
}
foreach ($comments as $comment){
if (!$comment->parent) continue;
unset($comments[$comment->id]);
}
Почти, только почему-то последний коммент выводит не тот, что надо
Обсуждают сегодня