回答編集履歴
4
cerc
answer
CHANGED
File without changes
|
3
cerc
answer
CHANGED
@@ -1,6 +1,5 @@
|
|
1
1
|
Request::main()->action
|
2
|
-
|
3
2
|
ミス。上はaction名。
|
4
3
|
|
5
4
|
controller名は下記で取得。
|
6
|
-
Request::main()->route->controller_path
|
5
|
+
`Request::main()->route->controller_path`
|
2
cwc
answer
CHANGED
File without changes
|
1
cwc
answer
CHANGED
@@ -1,1 +1,6 @@
|
|
1
|
-
Request::main()->action
|
1
|
+
Request::main()->action
|
2
|
+
|
3
|
+
ミス。上はaction名。
|
4
|
+
|
5
|
+
controller名は下記で取得。
|
6
|
+
Request::main()->route->controller_path
|