Add an introduction to the 'Overview of the MySQL PHP drivers' section

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325319 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2012-04-18 21:07:17 +00:00
parent 11ea9a1ba2
commit 24cc38138b

View file

@ -21,7 +21,20 @@
<book xml:id="mysql">
<title>Overview of the MySQL PHP drivers</title>
<!-- Add a description of the overview here, as a preface? -->
<info xml:id="mysqlinfo.intro">
<title>Introduction</title>
<abstract>
<para>
There are three PHP APIs for accessing the MySQL database. This guide
explains the <link linkend="mysqlinfo.terminology">terminology</link>
used to describe each API, information about
<link linkend="mysqlinfo.api.choosing">choosing which API</link> to
use, and also information to help choose which MySQL
<link linkend="mysqlinfo.library.choosing">library to use</link> with
the API.
</para>
</abstract>
</info>
<chapter xml:id="mysqlinfo.terminology" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Terminology overview</title>