DBAPIFactory — A static factory class to create DBAPI instances
DBAPIFactory is part of the DBAPI package.
class DBAPIFactory { public instance create ( string $dsn, string $username, string $password, array $options ); }
DBAPIFactory
A static factory class to create DBAPI instances
public instance create ( string $dsn, string $username, string $password, array $options );
Create a new DBAPI instance of the requested type
This function is identical to PHP's PDO() constructor.