From 816ed8b00456d3a671ec3877f6b60a5281127c0e Mon Sep 17 00:00:00 2001 From: Yoshinari Takaoka Date: Sun, 28 Apr 2024 19:58:36 +0900 Subject: [PATCH] Fix markup issues in YAF extension docs https://github.com/php/doc-en/commit/198f577cb09d61622267f7480b7ec180c7d714da --- reference/yaf/tutorials.xml | 59 ++++++++++++++----------------------- 1 file changed, 22 insertions(+), 37 deletions(-) diff --git a/reference/yaf/tutorials.xml b/reference/yaf/tutorials.xml index 2683d29d1dd..1401a0fdbe6 100644 --- a/reference/yaf/tutorials.xml +++ b/reference/yaf/tutorials.xml @@ -1,14 +1,13 @@ - + &reftitle.examples; -
- + 標準的なアプリケーションのディレクトリ構造 - + - - -
+ + -
エントリ @@ -50,19 +47,17 @@ $app->bootstrap() // Bootstrap.php で定義した bootstrap メソッドを呼 ]]> -
-
リライトルール "/index.php/$1", @@ -83,11 +78,9 @@ $HTTP["host"] =~ "(www.)?domain.com$" { ]]> -
-
- アプリケーションの設定 + アプリケーションの設定 -
-
デフォルトのコントローラ @@ -120,9 +111,7 @@ class IndexController extends Yaf_Controller_Abstract { ]]> -
-
デフォルトのビューテンプレート @@ -137,14 +126,12 @@ class IndexController extends Yaf_Controller_Abstract { ]]> - -
+ -
- - アプリケーションの実行結果 - &example.outputs.similar; - + + アプリケーションの実行 + &example.outputs.similar; + @@ -155,18 +142,16 @@ class IndexController extends Yaf_Controller_Abstract { ]]> - - - - このサンプルは Yaf のコードジェネレータで生成できます。コードジェネレータは - yaf@github にあります。 - - - -
+ + + + このサンプルは Yaf のコードジェネレータで生成できます。コードジェネレータは + yaf@github にあります。 + + +
-