Skip to content

Commit a3b0e75

Browse files
Sync documentation updates from cakephp-docs-md
🤖 Generated with GitHub Actions from 2025-10-04 02:28:05 UTC Co-Authored-By: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c520199 commit a3b0e75

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

docs/5.x/controllers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
```

docs/ja/5.x/tutorials-and-examples.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
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)

0 commit comments

Comments
 (0)