File tree Expand file tree Collapse file tree 14 files changed +32
-30
lines changed Expand file tree Collapse file tree 14 files changed +32
-30
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- $Revision$ -->
3- <!-- EN-Revision: ecaa2146429a7f88de40dfce14718afc896b74c5 Maintainer: takagi Status: ready -->
3+ <!-- EN-Revision: 7541512acf899391b68c3b6bae66a4fcc65e6c4e Maintainer: takagi Status: ready -->
44
55<reference xml : id =" class.yaf-loader" role =" class" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" xmlns : xi =" http://www.w3.org/2001/XInclude" >
66
@@ -85,6 +85,7 @@ class Bootstrap extends Yaf_Bootstrap_Abstract{
8585 public function _initLoader($dispatcher) {
8686 Yaf_Loader::getInstance()->registerLocalNameSpace(array("Foo", "Bar"));
8787 }
88+ }
8889?>
8990]]>
9091 </programlisting >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- $Revision$ -->
3- <!-- EN-Revision: 73fae4ee51b644b72028e610abefefced57c18ad Maintainer: takagi Status: ready -->
3+ <!-- EN-Revision: 4a211b7c8fb2b4410851d06c6f90f751d1f670d0 Maintainer: takagi Status: ready -->
44
55<refentry xml : id =" yaf-application.bootstrap" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
66 <refnamediv >
4646 <refsect1 role =" examples" >
4747 &reftitle.examples;
4848 <example >
49- <title >< function > Bootstrap</ function > の例</title >
49+ <title >Bootstrap の例</title >
5050 <programlisting role =" php" >
5151<![CDATA[
5252<?php
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- $Revision$ -->
3- <!-- EN-Revision: 8bf3b3f0732d2b5c635f950e04e27a44b36f0cb0 Maintainer: takagi Status: ready -->
3+ <!-- EN-Revision: 7541512acf899391b68c3b6bae66a4fcc65e6c4e Maintainer: takagi Status: ready -->
44
55<refentry xml : id =" yaf-application.construct" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
66 <refnamediv >
@@ -106,7 +106,7 @@ ap.modules=Index
106106<![CDATA[
107107<?php
108108defined('APPLICATION_PATH') // APPLICATION_PATH が ini ファイルで設定されていれば使います
109- || define('APPLICATION_PATH', __DIR__)) ;
109+ || define('APPLICATION_PATH', __DIR__);
110110
111111$application = new Yaf_Application(APPLICATION_PATH.'/conf/application.ini');
112112$application->bootstrap()->run();
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- $Revision$ -->
3- <!-- EN-Revision: 49d4fb555745d1981edac87a5a2d8ae53b5f75df Maintainer: takagi Status: ready -->
3+ <!-- EN-Revision: 4a211b7c8fb2b4410851d06c6f90f751d1f670d0 Maintainer: takagi Status: ready -->
44
55<refentry xml : id =" yaf-dispatcher.setview" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
66 <refnamediv >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- $Revision$ -->
3- <!-- EN-Revision: c9389e4a0e96801fd14d91336ff3f12e45929a73 Maintainer: takagi Status: ready -->
3+ <!-- EN-Revision: 0d4f735ed7f59c0ac5a5b3bbe90fa72dc84d8cee Maintainer: takagi Status: ready -->
44
55<refentry xml : id =" yaf-response-abstract.appendbody" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
66 <refnamediv >
6464<?php
6565$response = new Yaf_Response_Http();
6666
67- $response->setBody("Hello")->prependBody (" World");
67+ $response->setBody("Hello")->appendBody (" World");
6868
6969echo $response;
7070?>
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- $Revision$ -->
3- <!-- EN-Revision: ecaa2146429a7f88de40dfce14718afc896b74c5 Maintainer: takagi Status: ready -->
3+ <!-- EN-Revision: b37bddfde36975bf6bf06ce98867e62d489d49c5 Maintainer: takagi Status: ready -->
44
55<refentry xml : id =" yaf-route-map.construct" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
66 <refnamediv >
5252 <refsect1 role =" examples" >
5353 &reftitle.examples;
5454 <example >
55- <title ><function >Yaf_Route_Map</function > の例</title >
55+ <title ><classname >Yaf_Route_Map</classname > の例</title >
5656 <programlisting role =" php" >
5757<![CDATA[
5858<?php
7777 </screen >
7878 </example >
7979 <example >
80- <title ><function >Yaf_Route_Map</function > の例</title >
80+ <title ><classname >Yaf_Route_Map</classname > の例</title >
8181 <programlisting role =" php" >
8282<![CDATA[
8383<?php
@@ -109,7 +109,7 @@ array(
109109 </screen >
110110 </example >
111111 <example >
112- <title ><function >Yaf_Route_Map</function > の例</title >
112+ <title ><classname >Yaf_Route_Map</classname > の例</title >
113113 <programlisting role =" php" >
114114<![CDATA[
115115<?php
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- $Revision$ -->
3- <!-- EN-Revision: ecaa2146429a7f88de40dfce14718afc896b74c5 Maintainer: takagi Status: ready -->
3+ <!-- EN-Revision: b37bddfde36975bf6bf06ce98867e62d489d49c5 Maintainer: takagi Status: ready -->
44
55<refentry xml : id =" yaf-route-regex.construct" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
66 <refnamediv >
9292 <refsect1 role =" examples" >
9393 &reftitle.examples;
9494 <example >
95- <title ><function >Yaf_Route_Regex</function > の例</title >
95+ <title ><classname >Yaf_Route_Regex</classname > の例</title >
9696 <programlisting role =" php" >
9797<![CDATA[
9898<?php
116116 </programlisting >
117117 </example >
118118 <example >
119- <title ><function >Yaf_Route_Regex</function > (2.3.0 以降) の例</title >
119+ <title ><classname >Yaf_Route_Regex</classname > (2.3.0 以降) の例</title >
120120 <programlisting role =" php" >
121121<![CDATA[
122122<?php
140140 </programlisting >
141141 </example >
142142 <example >
143- <title ><function >Yaf_Route_Regex と名前付きキャプチャグループ (2.3.0 以降) の例</ function >example </title >
143+ <title ><classname >Yaf_Route_Regex</ classname > と名前付きキャプチャグループ (2.3.0 以降) の例</title >
144144 <programlisting role =" php" >
145145<![CDATA[
146146<?php
164164 </programlisting >
165165 </example >
166166 <example >
167- <title ><function >Yaf_Route_Regex</function > の例</title >
167+ <title ><classname >Yaf_Route_Regex</classname > の例</title >
168168 <programlisting role =" php" >
169169<![CDATA[
170170<?php
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- $Revision$ -->
3- <!-- EN-Revision: ecaa2146429a7f88de40dfce14718afc896b74c5 Maintainer: takagi Status: ready -->
3+ <!-- EN-Revision: b37bddfde36975bf6bf06ce98867e62d489d49c5 Maintainer: takagi Status: ready -->
44
55<refentry xml : id =" yaf-route-rewrite.construct" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
66 <refnamediv >
7272 <refsect1 role =" examples" >
7373 &reftitle.examples;
7474 <example >
75- <title ><function >Yaf_Route_Rewrite</function > の例</title >
75+ <title ><classname >Yaf_Route_Rewrite</classname > の例</title >
7676 <programlisting role =" php" >
7777<![CDATA[
7878<?php
@@ -114,7 +114,7 @@ array(
114114 </screen >
115115 </example >
116116 <example >
117- <title ><function >Yaf_Route_Rewrite</function > の例</title >
117+ <title ><classname >Yaf_Route_Rewrite</classname > の例</title >
118118 <programlisting role =" php" >
119119<![CDATA[
120120 <?php
@@ -158,7 +158,7 @@ array(
158158 </screen >
159159 </example >
160160 <example >
161- <title ><function >Yaf_Route_Rewrite</function > (2.3.0 以降) の例</title >
161+ <title ><classname >Yaf_Route_Rewrite</classname > (2.3.0 以降) の例</title >
162162 <programlisting role =" php" >
163163<![CDATA[
164164 <?php
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- $Revision$ -->
3- <!-- EN-Revision: 73fae4ee51b644b72028e610abefefced57c18ad Maintainer: takagi Status: ready -->
3+ <!-- EN-Revision: b37bddfde36975bf6bf06ce98867e62d489d49c5 Maintainer: takagi Status: ready -->
44
55<refentry xml : id =" yaf-route-supervar.construct" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
66 <refnamediv >
4545 <refsect1 role =" examples" >
4646 &reftitle.examples;
4747 <example >
48- <title ><function >Yaf_Route_Supervar</function > の例</title >
48+ <title ><classname >Yaf_Route_Supervar</classname > の例</title >
4949 <programlisting role =" php" >
5050<![CDATA[
5151<?php
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- $Revision$ -->
3- <!-- EN-Revision: 30c2d6226d1576647c91b36b912ac841abfcafab Maintainer: takagi Status: ready -->
3+ <!-- EN-Revision: 22583751fbfdaa3eaa41aeb6470d1343f5cb2c78 Maintainer: takagi Status: ready -->
44
55<refentry xml : id =" yaf-router.addconfig" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
66 <refnamediv >
@@ -90,6 +90,7 @@ class Bootstrap extends Yaf_Bootstrap_Abstract{
9090 */
9191 $router->addConfig(Yaf_Registry::get("config")->routes);
9292 }
93+ }
9394?>
9495]]>
9596 </programlisting >
You can’t perform that action at this time.
0 commit comments