Subject Re: Choice of PHP Driver for Doctrine Implementation
Author
if you look in the testdb.inc in the pdo driver source 

php/php-src

 


you can see the example for CREATE DATABASE

$test_db = ibase_query(IBASE_CREATE,sprintf("CREATE DATABASE '%s' USER '%s' PASSWORD '%s'",
                $test_base, $user, $password));