質問編集履歴

2

2018/02/05 05:37

投稿

umeco
umeco

スコア6

test CHANGED
File without changes
test CHANGED
@@ -25,3 +25,37 @@
25
25
  クラスの階層として
26
26
 
27
27
  Actionhoge_actionとActionは別階層にあります。
28
+
29
+
30
+
31
+ 追加
32
+
33
+ Actionhoge_action
34
+
35
+ libs/webapp/simulation/hoge/action/Actionhoge_action.class.php
36
+
37
+
38
+
39
+ Action
40
+
41
+ libs/cores/Action.class.php
42
+
43
+
44
+
45
+ Actionhoge_action.class.php
46
+
47
+ <?php
48
+
49
+ namespace hoge
50
+
51
+
52
+
53
+ require_once '../../libs/cores/Action.class.php';
54
+
55
+
56
+
57
+ class Actionhoge_action extends Action
58
+
59
+ {
60
+
61
+

1

2018/02/05 05:37

投稿

umeco
umeco

スコア6

test CHANGED
File without changes
test CHANGED
@@ -19,3 +19,9 @@
19
19
  エラー内容
20
20
 
21
21
  Fatal error: Class 'hoge¥Action' not found in C:¥eclipse¥pleiades¥xampp¥htdocs¥libs¥webapp¥simulation¥hoge¥action¥Actionhoge_action.class.php on line 13
22
+
23
+
24
+
25
+ クラスの階層として
26
+
27
+ Actionhoge_actionとActionは別階層にあります。