php-src/ext/pdo/specs/preface.xml
2007-11-27 19:33:10 +00:00

45 lines
1.2 KiB
XML

<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE preface PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
<preface id="preface">
<title>Preface</title>
<para>
This document specifies the implementation of PDO, PHP Data Objects, both
from the perspective of PHP script level APIs used by people developing PHP
applications, and from the perspective of C level APIs in the PDO internals
that will be used by people developing PDO drivers.
</para>
<para>
Briefly summarize the chapters here.
</para>
<bridgehead>Acknowledgments</bridgehead>
<para>
A number of people were involved in the development of PDO and its drivers;
without them it wouldn't be what it is, and you wouldn't be reading this
text. Those people are:
Ilia Alshanetsky,
Ard Biesheuvel,
Marcus B&ouml;rger,
Sara Golemon,
Sterling Hughes,
Edin Kadribašić
Frank Kroman
and George Schlossnagle from the PHP community,
Chris Jones from Oracle,
Dan Scott,
Bill Abt,
Kellen Bombardier
Rick McGuire
and
Krishna Raman from IBM.
</para>
</preface>
<!--
vim:ts=2:sw=2:et:fileencoding=utf-8:encoding=utf-8:
-->