Changeset 1893
- Timestamp:
- 10/23/08 18:44:12 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
framework/trunk/src/main/php/net/stubbles/rdbms/persistence/creator/stubDatabaseCreator.php
r1763 r1893 52 52 * @param stubDatabaseConnection $connection connection to use for creating the tables 53 53 * @param bool $refresh optional set to true to recreate the instance 54 * @return stubDatabase Finder54 * @return stubDatabaseCreator 55 55 */ 56 56 public static function getInstance(stubDatabaseConnection $connection, $refresh = false)
