Changeset 1237 for trunk/src/database/AgaviPostgresqlDatabase.class.php
- Timestamp:
- 11/04/06 23:29:49 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/database/AgaviPostgresqlDatabase.class.php
r1063 r1237 16 16 17 17 /** 18 * AgaviPostgresqlDatabase provides connectivity for the PostgreSQL brand database. 18 * AgaviPostgresqlDatabase provides connectivity for the PostgreSQL brand 19 * database. 19 20 * 20 21 * <b>Optional parameters:</b> … … 121 122 * Load connection parameters from an existing array. 122 123 * 124 * @param array An array containing the connection information. 125 * 123 126 * @return string A connection string. 124 127 *

