We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09edc32 commit 32adecbCopy full SHA for 32adecb
general/hmvc.html
@@ -62,7 +62,7 @@ <h2>HMVC リクエスト</h2>
62
$widget = Request::forge('mymodule/mycontroller/mymethod/parms', false)->execute();
63
echo $widget;
64
65
-// and if you need to pass in some data
+// そして、データを渡す必要があるなら
66
$widget = Request::forge('mymodule/mycontroller/mymethod/parms', false)->execute(array('tree'=>'apple'));
67
68
0 commit comments