reference/mysqlinfo/set.xml
f3c97392225bcb44afff9ddc86529179c81d0f8e
...
...
@@ -21,26 +21,24 @@
21
21
<book xml:id="mysql">
22
22
<title>Overview of the MySQL PHP drivers</title>
23
23

24
-
<info xml:id="mysqlinfo.intro">
24
+
<preface xml:id="mysqlinfo.intro">
25
25
<title>Introduction</title>
26
-
<abstract>
27
-
<para>
28
-
There are several PHP APIs
29
-
for accessing the MySQL database. Users can choose between the
30
-
<link linkend="book.mysqli">mysqli</link> or
31
-
<link linkend="ref.pdo-mysql">PDO_MySQL</link> extensions.
32
-
</para>
33
-
<para>
34
-
This guide explains the
35
-
<link linkend="mysqlinfo.terminology">terminology</link> used to describe
36
-
each API, information about
37
-
<link linkend="mysqlinfo.api.choosing">choosing which API</link> to
38
-
use, and also information to help choose which MySQL
39
-
<link linkend="mysqlinfo.library.choosing">library to use</link> with
40
-
the API.
41
-
</para>
42
-
</abstract>
43
-
</info>
26
+
<para>
27
+
There are several PHP APIs
28
+
for accessing the MySQL database. Users can choose between the
29
+
<link linkend="book.mysqli">mysqli</link> or
30
+
<link linkend="ref.pdo-mysql">PDO_MySQL</link> extensions.
31
+
</para>
32
+
<para>
33
+
This guide explains the
34
+
<link linkend="mysqlinfo.terminology">terminology</link> used to describe
35
+
each API, information about
36
+
<link linkend="mysqlinfo.api.choosing">choosing which API</link> to
37
+
use, and also information to help choose which MySQL
38
+
<link linkend="mysqlinfo.library.choosing">library to use</link> with
39
+
the API.
40
+
</para>
41
+
</preface>
44
42

45
43
<chapter xml:id="mysqlinfo.terminology" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
46
44
<title>Terminology overview</title>
47
45