Heim > Fragen und Antworten > Hauptteil
$wamResult = WpAdsupplierMerchant::where('cate_id',$cateId)->field('merchant_id')->select();//Alle Shop-IDs
Hallo, ich möchte die IDs aller Sammlungen speichern in eine Variable, zum Beispiel: $ids = [12,21,23,32,11];
Das Ergebnis von $wamResult ist nun:
[data:protected] => Array
(
[merchant_id] => 345
)
[origin:protected] => Array
(
[merchant_id] => 345
)
[relation:protected] => Array
(
)
Das aktuelle Problem ist, dass ich nicht weiß, wie ich mit $wamResult umgehen soll,