diff --git a/internals/pdo/index.xml b/internals/pdo/index.xml index a1b45bc485..0acaf69156 100644 --- a/internals/pdo/index.xml +++ b/internals/pdo/index.xml @@ -1,5 +1,5 @@ - + + + + Bill + Abt + + IBM + + + + Rick + McGuire + + IBM + + + + Wez + Furlong + + OmniTI + + + + 2005 + IBM Corporation + + + 2005 + the PHP Documentation Group + + + + 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. + + + PDO Driver How-To &internals.pdo.intro; diff --git a/internals/pdo/intro.xml b/internals/pdo/intro.xml index 787940faaa..8b18cf54d3 100644 --- a/internals/pdo/intro.xml +++ b/internals/pdo/intro.xml @@ -1,5 +1,5 @@ - + A brief note about this How-To @@ -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. - - - 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. -