$comments= Comments::get(array('nolimit' => true); foreach($comments as $comment) { $parents= self::get_parents($comment, $comment->content, $comment->post->comments); $this->create_relationships($comment, $parents); }