DbMysqli
in package
implements
DbEngine
Table of Contents
Interfaces
Properties
- $connectionError : mixed
- $_charset : mixed
- $_database : mixed
- $_engine : mixed
- $_host : mixed
- $_mysqli : mixed
- $_password : mixed
- $_persistent : mixed
- $_port : mixed
- $_result : mixed
- $_stmt : mixed
- $_user : mixed
Methods
- __destruct() : mixed
- connect() : mixed
- count() : mixed
- errno() : mixed
- error() : mixed
- escape() : mixed
- getAll() : mixed
- init() : mixed
- construct
- lastId() : mixed
- query() : mixed
Properties
$connectionError
public
mixed
$connectionError
= false
$_charset
private
mixed
$_charset
$_database
private
mixed
$_database
$_engine
private
mixed
$_engine
$_host
private
mixed
$_host
= "localhost"
$_mysqli
private
mixed
$_mysqli
$_password
private
mixed
$_password
$_persistent
private
mixed
$_persistent
$_port
private
mixed
$_port
= "3306"
$_result
private
mixed
$_result
$_stmt
private
mixed
$_stmt
$_user
private
mixed
$_user
Methods
__destruct()
public
__destruct() : mixed
connect()
public
connect() : mixed
count()
public
count() : mixed
errno()
public
errno() : mixed
error()
public
error() : mixed
escape()
public
escape(mixed $str) : mixed
Parameters
- $str : mixed
getAll()
public
getAll() : mixed
init()
construct
public
init([bool $params = array() ]) : mixed
Parameters
- $params : bool = array()
-
.persistent
lastId()
public
lastId() : mixed
query()
public
query(mixed $sql[, mixed $params = [] ]) : mixed
Parameters
- $sql : mixed
- $params : mixed = []