回答編集履歴

1

対象を間違えていたので修正

2019/07/01 11:28

投稿

tacsheaven
tacsheaven

スコア13703

test CHANGED
@@ -10,9 +10,7 @@
10
10
 
11
11
  'class'=>'navbar-brand page-scroll',
12
12
 
13
- 'url'=>['controller'=>'Home','action'=>'index'],
13
+ 'url'=>['controller'=>'Home','action'=>'index', '_full' => true],
14
-
15
- 'fullBase' => true,
16
14
 
17
15
  ])
18
16
 
@@ -20,6 +18,6 @@
20
18
 
21
19
  ```
22
20
 
23
- として、絶対パスを記述させたらどうなるでしょうか。
21
+ としたらどうなるでしょうか。
24
22
 
25
- 参考: [CakePHP Cookbook 3.x](https://book.cakephp.org/3.0/ja/views/helpers/html.html#id4)
23
+ 参考: [CakePHP Cookbook 3.x](https://book.cakephp.org/3.0/ja/views/helpers/html.html#id5)