PHP-Klasse::PDO Connection Factory 23.08.2007

Kurzbeschreibung: Manage database connections using PDO extension
Veröffentlicht am: 23.08.2007
Gruppe(n):
- Databases
- PHP 5
Beschreibung:
This class can be used to manage database connections using the PDO extension.
It can setup a PDO object to access a database of a given type, host and database name.
The class also takes the user name, password and whether the database connection to establish should be persistent.
Link: PDO Connection Factory