Properties

$database_type

$database_type : 

Type

$prefix

$prefix : 

Type

$option

$option : 

Type

$logs

$logs : 

Type

$debug_mode

$debug_mode : 

Type

Methods

__construct()

__construct(  $options = null) 

Parameters

$options

query()

query(  $query) 

Parameters

$query

exec()

exec(  $query) 

Parameters

$query

quote()

quote(  $string) 

Parameters

$string

select()

select(  $table,   $join,   $columns = null,   $where = null) 

Parameters

$table
$join
$columns
$where

insert()

insert(  $table,   $datas) 

Parameters

$table
$datas

update()

update(  $table,   $data,   $where = null) 

Parameters

$table
$data
$where

delete()

delete(  $table,   $where) 

Parameters

$table
$where

replace()

replace(  $table,   $columns,   $search = null,   $replace = null,   $where = null) 

Parameters

$table
$columns
$search
$replace
$where

get()

get(  $table,   $join = null,   $columns = null,   $where = null) 

Parameters

$table
$join
$columns
$where

has()

has(  $table,   $join,   $where = null) 

Parameters

$table
$join
$where

count()

count(  $table,   $join = null,   $column = null,   $where = null) 

Parameters

$table
$join
$column
$where

max()

max(  $table,   $join,   $column = null,   $where = null) 

Parameters

$table
$join
$column
$where

min()

min(  $table,   $join,   $column = null,   $where = null) 

Parameters

$table
$join
$column
$where

avg()

avg(  $table,   $join,   $column = null,   $where = null) 

Parameters

$table
$join
$column
$where

sum()

sum(  $table,   $join,   $column = null,   $where = null) 

Parameters

$table
$join
$column
$where

action()

action(  $actions) 

Parameters

$actions

id()

id() 

debug()

debug() 

error()

error() 

last()

last() 

log()

log() 

info()

info() 

tableQuote()

tableQuote(  $table) 

Parameters

$table

columnQuote()

columnQuote(  $string) 

Parameters

$string

columnPush()

columnPush(  $columns) 

Parameters

$columns

arrayQuote()

arrayQuote(  $array) 

Parameters

$array

innerConjunct()

innerConjunct(  $data,   $conjunctor,   $outer_conjunctor) 

Parameters

$data
$conjunctor
$outer_conjunctor

fnQuote()

fnQuote(  $column,   $string) 

Parameters

$column
$string

dataImplode()

dataImplode(  $data,   $conjunctor,   $outer_conjunctor = null) 

Parameters

$data
$conjunctor
$outer_conjunctor

whereClause()

whereClause(  $where) 

Parameters

$where

selectContext()

selectContext(  $table,   $join,   $columns = null,   $where = null,   $column_fn = null) 

Parameters

$table
$join
$columns
$where
$column_fn

dataMap()

dataMap(  $index,   $key,   $value,   $data,   $stack) 

Parameters

$index
$key
$value
$data
$stack

fetchOptions()

fetchOptions(  $optionsFromConf) 

Parameters

$optionsFromConf