-
getDriver() : void
-
-
__construct(variable $dsn, string $host, int $port, string $name, string $user, string $password, array $options) : voidDb constructor.
-
Magic call, call driver's method.
-
public function getDriver()
-
public function setDriver(variable $driver)
-
public function __construct(variable $dsn, string $host, int $port, string $name, string $user, string $password, array $options)
Db constructor. -
public function __call(string $method, variable $arguments)
Magic call, call driver's method.