Changeset 1237 for trunk/src/database/AgaviDatabaseManager.class.php
- Timestamp:
- 11/04/06 23:29:49 (2 years ago)
- Files:
-
- 1 modified
-
trunk/src/database/AgaviDatabaseManager.class.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/database/AgaviDatabaseManager.class.php
r1063 r1237 16 16 17 17 /** 18 * AgaviDatabaseManager allows you to setup your database connectivity before the19 * request is handled. This eliminates the need for a filter to manage database20 * connections.18 * AgaviDatabaseManager allows you to setup your database connectivity before 19 * the request is handled. This eliminates the need for a filter to manage 20 * database connections. 21 21 * 22 22 * @package agavi … … 81 81 * Initialize this DatabaseManager. 82 82 * 83 * @param AgaviContext An AgaviContext instance. 84 * @param array An array of initialization parameters. 85 * 83 86 * @throws <b>AgaviInitializationException</b> If an error occurs while 84 87 * initializing this … … 100 103 * Execute the shutdown procedure. 101 104 * 102 * @throws <b>AgaviDatabaseException</b> If an error occurs while shutting 105 * @throws <b>AgaviDatabaseException</b> If an error occurs while shutting 103 106 * down this DatabaseManager. 104 107 *

