PHP Classes
elePHPant
Icontem

PDO for PHP 4: PDO database abstraction interface for PHP 4

Recommend this page to a friend!

  Author Author  
Picture of Andrea Giammarchi
Name: Andrea Giammarchi <contact>
Classes: 17 packages by
Country: Italy Italy
Innovation award
Innovation award
Nominee: 5x


  Detailed description   Download Download .zip .tar.gz   Install with Composer Install with Composer  
This package implements the PDO database abstraction interface that is compatible with PHP 4.

PDO is an extension introduced in PHP 5 that provides a common interface to several types of relational databases.

Since PDO only became standard extension with PHP 5.1 and very few hosting companies provide PHP 5.1 servers, the idea of this package is to provide an implementation of the PDO API that works under PHP 4 without special extension in a compatible way to the PHP 5 extension.

  Classes of Andrea Giammarchi  >  PDO for PHP 4  >  Download Download .zip .tar.gz  >  Support forum Support forum (3)  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: PDO for PHP 4
Base name: pdo
Description: PDO database abstraction interface for PHP 4
Version: 1.0.0
PHP version: -
License: The PHP License
 
  Groups   Trackback   Applications   Files Files  

  Groups  
Group folder image Databases Database management, accessing and searching View top rated classes


  Innovation Award  
PHP Programming Innovation award nominee
September 2005
Number 3


Prize: One copy of the Zend Studio
PDO is extension that aims to provide a common API to access different types of databases.

The original PDO extension requires PHP 5. However, PHP 5 is currently only being used in about 4% of the PHP hosts, against about 95% that still use PHP 4.

This package provides an API compatible with PDO but it works in PHP 4. It makes possible using PDO by developers that use only PHP 4, without having to upgrade their PHP hosts.

Manuel Lemos

  Pages that reference this package  
Semantific Research
I was trying to add the triplify add-on for Wordpress to this blog...
Smart Froms
.. If x10hosting supported PDO, you wouldn't have to design your own DB access layer. You might also be able to install PDO for PHP4...

Latest pages that reference packages Latest pages that reference packages


  Applications that use this package  
PDO database session manager
A secure way to storage session informations with a PDO drived database.

Add link image If you know an application of this package, send a message to the author to add a link here.

  Files folder image Files  
File Role Description
Plain text file PDO.class.php Class PDO generic database driver
Plain text file PDOStatement_mysql.class.php Class MySQL PDOStatement
Plain text file PDOStatement_pgsql.class.php Class PostgreSQL PDOStatement
Plain text file PDOStatement_sqlite.class.php Class SQLITE PDOStatement
Accessible without login Plain text file PDO_Example_Script.php Example Example File to test PDO for PHP
Plain text file PDO_mysql.class.php Class Class for MySQL connection
Plain text file PDO_pgsql.class.php Class Class for PostgreSQL connection
Plain text file PDO_sqlite.class.php Class Class for SQLITE connection

Install with Composer Install with Composer - Download Download all files: pdo.tar.gz pdo.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.