openConnection(); // or if you want to use Doctrine Doctrine_Db and its // performance monitoring capabilities $dsn = "schema://username:password@dsn/dbname"; $dbh = Doctrine_Db::getConnection($dsn); $conn = $manager->openConnection(); ?>