select("text") ->from("comments") ->where("item_id", $item->id) ->get() ->as_array() as $row) { $data[] = $row->text; } return join(" ", $data); } }