Changeset 1237 for trunk/src/database/AgaviPdoDatabase.class.php
- Timestamp:
- 11/04/06 23:29:49 (2 years ago)
- Files:
-
- 1 modified
-
trunk/src/database/AgaviPdoDatabase.class.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/database/AgaviPdoDatabase.class.php
r1063 r1237 15 15 16 16 /** 17 * AgaviPdoDatabase provides connectivity for the PDO database abstraction layer. 17 * AgaviPdoDatabase provides connectivity for the PDO database abstraction 18 * layer. 18 19 * 19 20 * @package agavi … … 32 33 * Connect to the database. 33 34 * 34 * @throws <b>AgaviDatabaseException</b> If a connection could not be created 35 * @throws <b>AgaviDatabaseException</b> If a connection could not be 36 * created. 35 37 * 36 38 * @author Daniel Swarbrick (daniel@pressure.net.nz)

