Zend - The PHP Company




Code Gallery: tmchow


PostgreSQL Abstraction Layer  

Type: class
Added by: tmchow
Entered: 01/03/2001
Last modified: 08/12/2000
Rating: **** (5 votes)
Views: 8487
Class that provides an abstraction layer above the PHP PostgreSQL API. This centralizes all the database connection info such as host, port, username and password. Same class can be used to connect to multiple databases, local and remote, on different ports.
In addition to "normal" stuff that you'd expect from a db abstraction layer, it also supports transactions and comprehensive error checking/management.
Revision History: *** see class header for revision history ***




Search