Subject | Re: Choice of PHP Driver for Doctrine Implementation |
---|---|
Author | |
Post date | 2014-11-24T11:56:22Z |
if you look in the testdb.inc in the pdo driver source
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));