Reverting removal of credits as requested by philip.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237189 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Gwynne Raskind 2007-06-07 23:54:15 +00:00
parent bf06330558
commit b0c3a71686
2 changed files with 43 additions and 9 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.5 $ -->
<!-- $Revision: 1.6 $ -->
<!--
Authors:
Bill Abt and Rick McGuire of IBM
@ -9,6 +9,47 @@
-->
<chapter id="internals.pdo">
<chapterinfo>
<author>
<firstname>Bill</firstname>
<surname>Abt</surname>
<affiliation>
<shortaffil>IBM</shortaffil>
</affiliation>
</author>
<author>
<firstname>Rick</firstname>
<surname>McGuire</surname>
<affiliation>
<shortaffil>IBM</shortaffil>
</affiliation>
</author>
<author>
<firstname>Wez</firstname>
<surname>Furlong</surname>
<affiliation>
<shortaffil>OmniTI</shortaffil>
</affiliation>
</author>
<copyright>
<year>2005</year>
<holder>IBM Corporation</holder>
</copyright>
<copyright>
<year>2005</year>
<holder>the PHP Documentation Group</holder>
</copyright>
<abstract>
<para>
The purpose of this How-To is to provide a basic understanding of the steps
required to write a database driver that interfaces with the PDO layer.
Please note that this is still an evolving API and as such, subject to
change. This document was prepared based on version 0.3 of PDO.
The learning curve is steep; expect to spend a lot of time on the
prerequisites.
</para>
</abstract>
</chapterinfo>
<title>PDO Driver How-To</title>
&internals.pdo.intro;

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<sect1 id="internals.pdo.intro">
<title>A brief note about this How-To</title>
<para>
@ -8,13 +8,6 @@
to assist in the development of drivers for more databases and to
encourage the emerging standard for database access in PHP.
</para>
<para>
Please note that this is still an evolving API and as such, subject to
change. This document was prepared based on version 0.3 of PDO.
The learning curve is steep; expect to spend a lot of time on the
prerequisites.
</para>
</sect1>
<!-- Keep this comment at the end of the file
Local variables: