質問編集履歴
3
foreach 記述
test
CHANGED
File without changes
|
test
CHANGED
@@ -80,7 +80,7 @@
|
|
80
80
|
|
81
81
|
if(count( $target ) == count( array_intersect( $target, array_column( $api['data'], 'webdealno__c')))){
|
82
82
|
|
83
|
-
foreach($api['data']){
|
83
|
+
foreach($api['data'] as $d){
|
84
84
|
|
85
85
|
$product = $api['webdealno__c'];
|
86
86
|
|
2
タイトル更新
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
APIマスターJSONデータの複数特定値での絞り込み表示
|
1
|
+
PHP APIマスターJSONデータの複数特定値での絞り込み表示
|
test
CHANGED
File without changes
|
1
APIデータが見にくい
test
CHANGED
File without changes
|
test
CHANGED
@@ -11,6 +11,8 @@
|
|
11
11
|
|
12
12
|
|
13
13
|
**やったこと**=========
|
14
|
+
|
15
|
+
```API
|
14
16
|
|
15
17
|
array(5) {
|
16
18
|
|
@@ -53,6 +55,8 @@
|
|
53
55
|
・
|
54
56
|
|
55
57
|
・
|
58
|
+
|
59
|
+
```
|
56
60
|
|
57
61
|
このようなマスターデータが、数百あり、input[text] などに、商品ナンバーを打ち込み検索(複数可能)
|
58
62
|
|