Forum und email

PDO ドライバ How-To

目次

Bill Abt
Rick McGuire
Wez Furlong

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.

この How-To について

この PDO ドライバ仕様のオリジナルバージョンは、IBM の Bill Abt および Rick McGuire によって書かれました。 新たなデータベース用のドライバを開発するための手助けとなるように、 また PDO が PHP のデータベースアクセスにおける新たな標準となることをめざして、 このドキュメントは PHP コミュニティに寄贈されました。