Changeset 1237 for trunk/src/database/AgaviDatabase.class.php
- Timestamp:
- 11/04/06 23:29:49 (2 years ago)
- Files:
-
- 1 modified
-
trunk/src/database/AgaviDatabase.class.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/database/AgaviDatabase.class.php
r1171 r1237 36 36 37 37 /** 38 * @var mixed A database connection 38 * @var mixed A database connection. 39 39 */ 40 40 protected $connection = null; … … 78 78 * @return mixed A database connection. 79 79 * 80 * @throws <b>AgaviDatabaseException</b> If a connection could not be retrieved. 80 * @throws <b>AgaviDatabaseException</b> If a connection could not be 81 * retrieved. 81 82 * 82 83 * @author Sean Kerr <skerr@mojavi.org> … … 115 116 * Initialize this Database. 116 117 * 118 * @param AgaviDatabaseManager The database manager of this instance. 117 119 * @param array An associative array of initialization parameters. 118 120 * … … 133 135 * Execute the shutdown procedure. 134 136 * 135 * @throws <b>AgaviDatabaseException</b> If an error occurs while shutting 137 * @throws <b>AgaviDatabaseException</b> If an error occurs while shutting 136 138 * down this database. 137 139 *

