質問編集履歴
1
ソースを編集しました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -11,7 +11,7 @@
|
|
11
11
|
public function hogehoge(){
|
12
12
|
|
13
13
|
$id = $this->request->params['id'];
|
14
|
-
$hoge = $this->
|
14
|
+
$hoge = $this->Hoge->gethogehoge($id);
|
15
15
|
|
16
16
|
debug($id);
|
17
17
|
debug($hoge);
|