質問編集履歴

2

fix typo

2015/05/26 03:10

投稿

hotta
hotta

スコア1613

test CHANGED
File without changes
test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  <?php
10
10
 
11
- // app/sonsole/Command/SampleShell.php
11
+ // app/console/Command/SampleShell.php
12
12
 
13
13
  Class SampleShell extends AppShell {
14
14
 

1

利用しているバージョンを明記

2015/05/26 03:10

投稿

hotta
hotta

スコア1613

test CHANGED
File without changes
test CHANGED
@@ -1,3 +1,5 @@
1
+ CakePHP 2.6.x を使っています。
2
+
1
3
  find() で取得した配列にクラス名が入っているが、これを除去したい
2
4
 
3
5
  ケースがあります。