PHP 클래스 medoo

Copyright 2015, Angel Lai Released under the MIT license
파일 보기 프로젝트 열기: ss098/payment 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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