Changeset 1237 for trunk/src/database/AgaviCreoleDatabase.class.php
- Timestamp:
- 11/04/06 23:29:49 (2 years ago)
- Files:
-
- 1 modified
-
trunk/src/database/AgaviCreoleDatabase.class.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/database/AgaviCreoleDatabase.class.php
r1063 r1237 39 39 * # <b>compat_assoc_lower</b> - [Off] - Always lowercase the indexes of assoc 40 40 * arrays 41 * # <b>compat_rtrim_string</b> - [Off] - Trim whitepace from end of string column42 * types41 * # <b>compat_rtrim_string</b> - [Off] - Trim whitepace from end of string 42 * column types 43 43 * # <b>password</b> - [none] - The database password. 44 44 * # <b>persistent</b> - [No] - Indicates that the connection should … … 158 158 * Load a DSN connection string from an existing array. 159 159 * 160 * @param array An array containing the connection information. 161 * 160 162 * @return array An associative array of connection parameters. 161 163 * … … 192 194 * Execute the shutdown procedure. 193 195 * 194 * @throws <b>AgaviDatabaseException</b> If an error occurs while shutting 196 * @throws <b>AgaviDatabaseException</b> If an error occurs while shutting 195 197 * down this database. 196 198 *

