-
-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Description
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);
}
It outputs the array correctly in the first loop, but second (or more) loop return nothing and the following warning:
Warning: array_filter() expects parameter 1 to be array, object given in /Users/.../vendor/nahid/jsonq/src/JsonQueriable.php on line 393
Any thoughts? Could it be something to do with pointers?
TheGodFather05
Metadata
Metadata
Assignees
Labels
No labels