ฉันวนซ้ำความคิดเห็นทั้งหมดที่โพสต์โดยผู้เขียนโพสต์หนึ่ง ๆ
foreach($post->user->comments as $comment)
{
echo "<li>" . $comment->title . " (" . $comment->post->id . ")</li>";
}
สิ่งนี้ทำให้ฉัน
I love this post (3)
This is a comment (5)
This is the second Comment (3)
ฉันจะสั่งซื้อโดย post_id ได้อย่างไรเพื่อให้รายการด้านบนเรียงลำดับเป็น 3,3,5