Tom Scott

Results 1 issues of Tom Scott

Hi, I'm trying to loop through an array of ids and return some corresponding records, something like this... ``` foreach (['recHg30ki6MeYP40s','recvtmtL2umW0fDzT'] as $attr){ $item = $items->from('rows')->where('id', '=', $attr)->get(); print_r($item); }...