ice framework documentation ice doc v1.10.1
Methods
  • getDriver() : void
  • setDriver(variable $driver) : void
  • __construct(variable $dsn, string $host, int $port, string $name, string $user, string $password, array $options) : void
    Db constructor.
  • __call(string $method, variable $arguments) : void
    Magic call, call driver's method.
Methods Details
  • 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.