Changeset 6739
- Timestamp:
- 12/27/07 08:45:08 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/dwhittle/1.1/lib/database/sfPDODatabase.class.php
r6737 r6739 66 66 $options = ($persistent) ? array(PDO::ATTR_PERSISTENT => true) : array(PDO::ATTR_PERSISTENT => false); 67 67 68 $this->log(sprintf("Connecting to d sn: %s", $this->getParameter('dsn')));68 $this->log(sprintf("Connecting to database with dsn: %s", $this->getParameter('dsn'))); 69 69 70 70 $this->connection = new $pdo_class($dsn, $username, $password, $options);

