File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ class PostsController extends AppController
260260{
261261 public function my_action()
262262 {
263- $this->render('custom_file');
263+ return $this->render('custom_file');
264264 }
265265}
266266```
@@ -279,7 +279,7 @@ class PostsController extends AppController
279279{
280280 public function myAction()
281281 {
282- $this->render('Users.UserDetails/custom_file');
282+ return $this->render('Users.UserDetails/custom_file');
283283 }
284284}
285285```
Original file line number Diff line number Diff line change 33このセクションで、典型的な CakePHP アプリケーションのデモンストレーションを行い、
44全てのピースがどう組み合わさっていくかを学ぶことができます。
55
6- その他にも、既存のアプリケーションやコンポーネントについて、非公式の CakePHP
7- プラグイン倉庫 [ CakePackages] ( https://plugins.cakephp.org/ ) や、
8- [ Bakery] ( https://bakery.cakephp.org/ ) を参考にすることもできます。
9-
106- [ コンテンツ管理チュートリアル] ( tutorials-and-examples/cms/installation )
117- [ CMS チュートリアル - データベース作成] ( tutorials-and-examples/cms/database )
128- [ CMS チュートリアル - Articles コントローラーの作成] ( tutorials-and-examples/cms/articles-controller )
You can’t perform that action at this time.
0 commit comments