PHP Класс medoo

Copyright 2015, Angel Lai Released under the MIT license
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$charset
$database_file
$database_name
$database_type
$debug_mode
$logs
$option
$password
$port
$server
$socket
$username

Открытые методы

Метод Описание
__construct ( $options = null )
avg ( $table, $join, $column = null, $where = null )
count ( $table, $join = null, $column = null, $where = null )
debug ( )
delete ( $table, $where )
error ( )
exec ( $query )
get ( $table, $join = null, $column = null, $where = null )
has ( $table, $join, $where = null )
info ( )
insert ( $table, $datas )
last_query ( )
log ( )
max ( $table, $join, $column = null, $where = null )
min ( $table, $join, $column = null, $where = null )
query ( $query )
quote ( $string )
replace ( $table, $columns, $search = null, $replace = null, $where = null )
select ( $table, $join, $columns = null, $where = null )
sum ( $table, $join, $column = null, $where = null )
update ( $table, $data, $where = null )

Защищенные методы

Метод Описание
array_quote ( $array )
column_push ( $columns )
column_quote ( $string )
data_implode ( $data, $conjunctor, $outer_conjunctor = null )
fn_quote ( $column, $string )
inner_conjunct ( $data, $conjunctor, $outer_conjunctor )
select_context ( $table, $join, &$columns = null, $where = null, $column_fn = null )
where_clause ( $where )

Описание методов

__construct() публичный Метод

public __construct ( $options = null )

array_quote() защищенный Метод

protected array_quote ( $array )

avg() публичный Метод

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

column_push() защищенный Метод

protected column_push ( $columns )

column_quote() защищенный Метод

protected column_quote ( $string )

count() публичный Метод

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

data_implode() защищенный Метод

protected data_implode ( $data, $conjunctor, $outer_conjunctor = null )

debug() публичный Метод

public debug ( )

delete() публичный Метод

public delete ( $table, $where )

error() публичный Метод

public error ( )

exec() публичный Метод

public exec ( $query )

fn_quote() защищенный Метод

protected fn_quote ( $column, $string )

get() публичный Метод

public get ( $table, $join = null, $column = null, $where = null )

has() публичный Метод

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

info() публичный Метод

public info ( )

inner_conjunct() защищенный Метод

protected inner_conjunct ( $data, $conjunctor, $outer_conjunctor )

insert() публичный Метод

public insert ( $table, $datas )

last_query() публичный Метод

public last_query ( )

log() публичный Метод

public log ( )

max() публичный Метод

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

min() публичный Метод

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

query() публичный Метод

public query ( $query )

quote() публичный Метод

public quote ( $string )

replace() публичный Метод

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

select() публичный Метод

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

select_context() защищенный Метод

protected select_context ( $table, $join, &$columns = null, $where = null, $column_fn = null )

sum() публичный Метод

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

update() публичный Метод

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

where_clause() защищенный Метод

protected where_clause ( $where )

Описание свойств

$charset защищенное свойство

protected $charset

$database_file защищенное свойство

protected $database_file

$database_name защищенное свойство

protected $database_name

$database_type защищенное свойство

protected $database_type

$debug_mode защищенное свойство

protected $debug_mode

$logs защищенное свойство

protected $logs

$option защищенное свойство

protected $option

$password защищенное свойство

protected $password

$port защищенное свойство

protected $port

$server защищенное свойство

protected $server

$socket защищенное свойство

protected $socket

$username защищенное свойство

protected $username