- Timestamp:
- 10/03/08 17:45:22 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
events/phpframework/plain_php/trunk/core/ObjectBuilder.php
r20336 r20610 17 17 function buildPDO() 18 18 { 19 $obj = new PDO('mysql:host=127.0.0.1;dbname=phwittr', 'phwittr', 'phwittr'); 19 $c = self::$context; 20 $obj = new PDO($c->dsn, $c->dbUser, $c->dbPassword); 20 21 $obj->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); 21 22 $obj->exec('SET NAMES UTF8');
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)