package |
Default |
---|
__construct()
execute() : \PDOStatement
\PDOStatement
fetchAll() : array
array
fetchRow() : mixed
mixed
from(string $table, array $columns = null) : $this
string
Table name
array
Array with columns
$this
group(string $column) : $this
string
$this
join(string $table, string $joinCondition, array $columns = null) : $this
string
string
array
$this
limit(integer $limit, $offset = null) : $this
integer
$this
makeQuery() : array
array
order(array $order) : $this
array
$this
orWhere(array $where) : $this
array
$this
query(string $query) : $this
string
$this
where(array $where) : $this
array
$this
db :
q :