File tree Expand file tree Collapse file tree 10 files changed +18
-13
lines changed Expand file tree Collapse file tree 10 files changed +18
-13
lines changed Original file line number Diff line number Diff line change 88 <titleabbrev >MS SQL Server (PDO)</titleabbrev >
99 <partintro >
1010
11- <section xml : id =" pdo-dblib.intro" >
11+ <section xml : id =" ref. pdo-dblib.intro" >
1212 &reftitle.intro;
1313 <para >
1414 PDO_DBLIB は <link linkend =" intro.pdo" >PHP
@@ -125,6 +125,7 @@ dblib:host=localhost;dbname=testdb
125125 </refentry >
126126
127127 </reference >
128+ &reference.pdo-dblib.pdo-dblib;
128129<!-- Keep this comment at the end of the file
129130Local variables:
130131mode: sgml
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- $Revision$ -->
33<!-- EN-Revision: b9cf1a2e7307131913ac3c16c2fb67ed9ad38527 Maintainer: takagi Status: ready -->
4- <section xml : id =" pdo-firebird.constants" xmlns =" http://docbook.org/ns/docbook" >
4+ <section xml : id =" ref. pdo-firebird.constants" xmlns =" http://docbook.org/ns/docbook" >
55 &reftitle.constants;
66 &pdo.driver-constants;
77 <variablelist >
Original file line number Diff line number Diff line change 99 <titleabbrev >Firebird (PDO)</titleabbrev >
1010 <partintro >
1111
12- <section xml : id =" pdo-firebird.intro" >
12+ <section xml : id =" ref. pdo-firebird.intro" >
1313 &reftitle.intro;
1414 <para >
1515 PDO_FIREBIRD は、PHP から Firebird
@@ -131,6 +131,7 @@ firebird:dbname=localhost:/var/lib/firebird/2.5/data/test.fdb;charset=utf-8;dial
131131 </refentry >
132132
133133 </reference >
134+ &reference.pdo-firebird.pdo-firebird;
134135<!-- Keep this comment at the end of the file
135136Local variables:
136137mode: sgml
Original file line number Diff line number Diff line change 22<!-- $Revision$ -->
33<!-- EN-Revision: 3cbeca5d54a188b1b1b0dd2956f575ec0be986fe Maintainer: takagi Status: ready -->
44<!-- Credits: mumumu -->
5- <section xml : id =" pdo-mysql.constants" xmlns =" http://docbook.org/ns/docbook" >
5+ <section xml : id =" ref. pdo-mysql.constants" xmlns =" http://docbook.org/ns/docbook" >
66 &reftitle.constants;
77 &pdo.driver-constants;
88 <variablelist >
Original file line number Diff line number Diff line change 88 <titleabbrev >MySQL (PDO)</titleabbrev >
99 <partintro >
1010
11- <section xml : id =" pdo-mysql.intro" >
11+ <section xml : id =" ref. pdo-mysql.intro" >
1212 &reftitle.intro;
1313 <para >
1414 PDO_MYSQL は、PHP から MySQL データベースへのアクセスを可能にするための
@@ -181,6 +181,7 @@ mysql:unix_socket=/tmp/mysql.sock;dbname=testdb
181181 </refentry >
182182
183183 </reference >
184+ &reference.pdo-mysql.pdo-mysql;
184185<!-- Keep this comment at the end of the file
185186Local variables:
186187mode: sgml
Original file line number Diff line number Diff line change 22<!-- $Revision$ -->
33<!-- EN-Revision: 220e1d0ef80ba8f68254db56ee9f2203be4cd8e6 Maintainer: mumumu Status: ready -->
44
5- <section xml : id =" pdo-odbc.constants" xmlns =" http://docbook.org/ns/docbook" >
5+ <section xml : id =" pdo-odbc.global. constants" xmlns =" http://docbook.org/ns/docbook" >
66 &reftitle.constants;
77 &pdo.driver-constants;
88 <variablelist >
Original file line number Diff line number Diff line change 99 <titleabbrev >ODBC and DB2 (PDO)</titleabbrev >
1010 <partintro >
1111
12- <section xml : id =" pdo-odbc.intro" >
12+ <section xml : id =" ref. pdo-odbc.intro" >
1313 &reftitle.intro;
1414 <para >
1515 PDO_ODBC は <link linkend =" intro.pdo" >PHP
@@ -170,6 +170,7 @@ odbc:Driver={Microsoft Access Driver (*.mdb)};Dbq=C:\\db.mdb;Uid=Admin
170170 </refentry >
171171
172172 </reference >
173+ &reference.pdo-odbc.pdo-odbc;
173174<!-- Keep this comment at the end of the file
174175Local variables:
175176mode: sgml
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!-- $Revision$ -->
33<!-- EN-Revision: 9b69a8dcce47d6619d6459914e784627cbb02a5f Maintainer: mumumu Status: ready -->
4- <section xml : id =" pdo-pgsql.constants" xmlns =" http://docbook.org/ns/docbook" >
4+ <section xml : id =" ref. pdo-pgsql.constants" xmlns =" http://docbook.org/ns/docbook" >
55 &reftitle.constants;
66 &pdo.driver-constants;
77 <variablelist >
Original file line number Diff line number Diff line change 88 <titleabbrev >PostgreSQL (PDO)</titleabbrev >
99 <partintro >
1010
11- <section xml : id =" pdo-pgsql.intro" >
11+ <section xml : id =" ref. pdo-pgsql.intro" >
1212 &reftitle.intro;
1313 <para >
1414 PDO_PGSQL は、PHP から PostgreSQL
1818 </para >
1919 </section >
2020
21- <section xml : id =" pdo-pgsql.resources" >
21+ <section xml : id =" ref. pdo-pgsql.resources" >
2222 &reftitle.resources;
2323 <para >
2424 この拡張モジュールでは、ストリームリソースを定義しています。これは
2929 &reference.pdo-pgsql.configure;
3030 &reference.pdo-pgsql.constants;
3131
32- <section xml : id =" pdo-pgsql.general-notes" >
32+ <section xml : id =" ref. pdo-pgsql.general-notes" >
3333 <title >General notes</title >
3434 <note >
3535 <para >
@@ -157,7 +157,7 @@ pgsql:host=/tmp;port=5432;dbname=testdb;user=bruce;password=mypass
157157 &reference.pdo-pgsql.entities.PDO;
158158
159159 </reference >
160-
160+ &reference.pdo-pgsql.pdo-pgsql;
161161<!-- Keep this comment at the end of the file
162162Local variables:
163163mode: sgml
Original file line number Diff line number Diff line change 99 <titleabbrev >SQLite (PDO)</titleabbrev >
1010 <partintro >
1111
12- <section xml : id =" pdo-sqlite.intro" >
12+ <section xml : id =" ref. pdo-sqlite.intro" >
1313 &reftitle.intro;
1414 <para >
1515 PDO_SQLITE は、PHP から SQLite 2 や SQLite 3
@@ -94,6 +94,7 @@ sqlite:
9494 &reference.pdo-sqlite.entities.PDO;
9595
9696 </reference >
97+ &reference.pdo-sqlite.pdo-sqlite;
9798<!-- Keep this comment at the end of the file
9899Local variables:
99100mode: sgml
You can’t perform that action at this time.
0 commit comments