質問編集履歴

2

ファイル名変更

2019/04/23 02:57

投稿

arahito
arahito

スコア18

test CHANGED
File without changes
test CHANGED
@@ -36,9 +36,9 @@
36
36
 
37
37
  ### 該当のソースコード
38
38
 
39
-
39
+ top.php
40
-
40
+
41
- ```top
41
+ ```php
42
42
 
43
43
  if(isset($_GET['search']) === true){
44
44
 
@@ -60,9 +60,9 @@
60
60
 
61
61
  ```
62
62
 
63
-
64
-
65
- ```Giftclass
63
+ Gift.class.php
64
+
65
+ ```php
66
66
 
67
67
  public function getSearchGift($search_word)
68
68
 
@@ -88,7 +88,9 @@
88
88
 
89
89
  ```
90
90
 
91
- ```PDOclass
91
+ PDO.class.php
92
+
93
+ ```php
92
94
 
93
95
  public function select($table, $column ='', $where ='', $arrVal =[])
94
96
 

1

ファイル記述変更

2019/04/23 02:57

投稿

arahito
arahito

スコア18

test CHANGED
File without changes
test CHANGED
@@ -36,7 +36,9 @@
36
36
 
37
37
  ### 該当のソースコード
38
38
 
39
+
40
+
39
- ```sample.php
41
+ ```top
40
42
 
41
43
  if(isset($_GET['search']) === true){
42
44
 
@@ -60,7 +62,7 @@
60
62
 
61
63
 
62
64
 
63
- ```
65
+ ```Giftclass
64
66
 
65
67
  public function getSearchGift($search_word)
66
68
 
@@ -86,7 +88,7 @@
86
88
 
87
89
  ```
88
90
 
89
- ```
91
+ ```PDOclass
90
92
 
91
93
  public function select($table, $column ='', $where ='', $arrVal =[])
92
94
 
@@ -130,9 +132,7 @@
130
132
 
131
133
  }
132
134
 
133
- ```
135
+
134
-
135
- ```
136
136
 
137
137
  private function getSql($type, $table, $where = '', $column = '')
138
138
 
@@ -180,9 +180,7 @@
180
180
 
181
181
  }
182
182
 
183
- ```
183
+
184
-
185
- ```
186
184
 
187
185
  public function setOrder($order = '', $limit= '')
188
186