質問編集履歴

1

記述ミスの修正

2017/03/06 08:25

投稿

tundeco
tundeco

スコア17

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  ```php
12
12
 
13
- <?php echo $this->Html->link('ファイルダウンロード', ['controller' => 'Download', 'action' => 'download001','file name.docx']); ?>
13
+ <?php echo $this->Html->link('ファイルダウンロード', ['controller' => 'Download', 'action' => 'download001','filename.docx']); ?>
14
14
 
15
15
  ```
16
16