回答編集履歴

1

スペース

2017/03/23 16:01

投稿

chitoku
chitoku

スコア1610

test CHANGED
@@ -1,4 +1,4 @@
1
- テンプレートエンジンなので以下のように使うことができます。
1
+ PHP はテンプレートエンジンなので途中で閉じて以下のように使うことができます。
2
2
 
3
3
 
4
4
 
@@ -20,7 +20,7 @@
20
20
 
21
21
  <?php
22
22
 
23
- if (isset($records)){
23
+ if (isset($records)) {
24
24
 
25
25
  foreach ((array)$records as $row) {
26
26