質問編集履歴

1

コード

2018/10/02 11:30

投稿

Tatsuo_Iriyama
Tatsuo_Iriyama

スコア50

test CHANGED
File without changes
test CHANGED
@@ -40,6 +40,14 @@
40
40
 
41
41
 
42
42
 
43
+ ```routes
44
+
45
+ $routes->connect('/inquires', ['controller' => 'Inquires', 'action' => 'index']);
46
+
47
+ ```
48
+
49
+
50
+
43
51
  ```Controller
44
52
 
45
53
  <?php
@@ -294,7 +302,7 @@
294
302
 
295
303
 
296
304
 
297
- <a href="Inquires/history">履歴を見る</a>
305
+ <a href="history">履歴を見る</a>
298
306
 
299
307
 
300
308