質問編集履歴

1

2017/08/08 10:25

投稿

panjaA
panjaA

スコア67

test CHANGED
File without changes
test CHANGED
@@ -12,9 +12,23 @@
12
12
 
13
13
  <?php
14
14
 
15
- class HogeHogeShell extends Shell { public $uses = array('Test');
15
+ class HogeHogeShell extends Shell {
16
16
 
17
+
18
+
19
+ public $uses = array('Test');
20
+
21
+
22
+
23
+ public function startup() {
24
+
25
+
26
+
27
+ parent::startup();
28
+
29
+
30
+
17
- public function startup() { parent::startup(); $result=$this>Test>find('all');
31
+ $result=$this>Test>find('all');
18
32
 
19
33
 
20
34