質問編集履歴

6

2020/06/15 14:13

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -63,3 +63,9 @@
63
63
  出来ればコントローラー名は変えずにアクセスしたものの通りに接続できる方法はありませんか。
64
64
 
65
65
  拙い文章で申し訳ございませんがご教授お願いします。
66
+
67
+
68
+
69
+
70
+
71
+ cakephp2

5

2020/06/15 14:13

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -38,6 +38,8 @@
38
38
 
39
39
  ※Viewは省略
40
40
 
41
+ ※読みずらくてすいません。
42
+
41
43
 
42
44
 
43
45
  そしてAPluginのAControllerのtestというactionでアクセスするとerrorで

4

2020/06/15 09:57

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -12,19 +12,19 @@
12
12
 
13
13
  ├ APlugin
14
14
 
15
- └ Controller
15
+ | └ Controller
16
16
 
17
- ├ APluginAppController.php
17
+ | ├ APluginAppController.php
18
18
 
19
- └ AController.php
19
+ | └ AController.php
20
20
 
21
21
  └ BPlugin
22
22
 
23
- └ Controller
23
+ └ Controller
24
24
 
25
- ├ BPluginAppController.php
25
+ ├ BPluginAppController.php
26
26
 
27
- └ AController.php
27
+ └ AController.php
28
28
 
29
29
 
30
30
 

3

2020/06/15 09:56

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -3,6 +3,10 @@
3
3
 
4
4
 
5
5
  app/Plugin以下のディレクトリがこのようになってます。
6
+
7
+
8
+
9
+ ```
6
10
 
7
11
 
8
12
 
@@ -23,6 +27,12 @@
23
27
  └ AController.php
24
28
 
25
29
 
30
+
31
+
32
+
33
+ ```
34
+
35
+
26
36
 
27
37
  以上のように異なる2つのプラグインに同じコントローラー名のものを作成しました。
28
38
 

2

2020/06/15 09:55

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -16,7 +16,7 @@
16
16
 
17
17
  └ BPlugin
18
18
 
19
- └ Controller
19
+ └ Controller
20
20
 
21
21
  ├ BPluginAppController.php
22
22
 

1

2020/06/15 09:53

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -34,7 +34,15 @@
34
34
 
35
35
 
36
36
 
37
+ ```
38
+
39
+
40
+
37
- > "BPluginAppController" not found
41
+ "BPluginAppController" not found
42
+
43
+
44
+
45
+ ```
38
46
 
39
47
 
40
48