PHP 클래스 DB\Jig\Mapper

상속: extends DB\Cursor
파일 보기 프로젝트 열기: bcosca/fatfree-core 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$db
$document
$file
$id

공개 메소드들

메소드 설명
__construct ( Jig $db, $file ) : void Instantiate class
cast ( $obj = NULL ) : array Return fields of mapper object as an associative array
clear ( $key ) : null Delete field
copyfrom ( $var, $func = NULL ) : null Hydrate mapper object using hive array variable
copyto ( $key ) : null Populate hive array variable with mapper fields
count ( $filter = NULL, $ttl ) : integer Count records that match criteria
dbtype ( ) : string Return database type
erase ( $filter = NULL ) : boolean Delete current record
exists ( $key ) : boolean Return TRUE if field is defined
fields ( ) : array Return field names
find ( $filter = NULL, array $options = NULL, $ttl, $log = TRUE ) : static[] | FALSE Return records that match criteria
get ( $key ) : scalar | FALSE Retrieve value of field
getiterator ( ) : object Retrieve external iterator for fields
insert ( ) : array Insert new record
reset ( ) : null Reset cursor
set ( $key, $val ) : scalar | FALSE Assign value to field
skip ( $ofs = 1 ) : array Return record at specified offset using criteria of previous load() call and make it active
token ( $str ) : string Convert tokens in string expression to variable names
update ( ) : array Update current record

보호된 메소드들

메소드 설명
factory ( $id, $row ) : object Convert array to mapper object

메소드 상세

__construct() 공개 메소드

Instantiate class
public __construct ( Jig $db, $file ) : void
$db DB\Jig object
$file string
리턴 void

cast() 공개 메소드

Return fields of mapper object as an associative array
public cast ( $obj = NULL ) : array
$obj object
리턴 array

clear() 공개 메소드

Delete field
public clear ( $key ) : null
$key string
리턴 null

copyfrom() 공개 메소드

Hydrate mapper object using hive array variable
public copyfrom ( $var, $func = NULL ) : null
$var array|string
$func callback
리턴 null

copyto() 공개 메소드

Populate hive array variable with mapper fields
public copyto ( $key ) : null
$key string
리턴 null

count() 공개 메소드

Count records that match criteria
public count ( $filter = NULL, $ttl ) : integer
$filter array
$ttl int
리턴 integer

dbtype() 공개 메소드

Return database type
public dbtype ( ) : string
리턴 string

erase() 공개 메소드

Delete current record
public erase ( $filter = NULL ) : boolean
$filter array
리턴 boolean

exists() 공개 메소드

Return TRUE if field is defined
public exists ( $key ) : boolean
$key string
리턴 boolean

factory() 보호된 메소드

Convert array to mapper object
protected factory ( $id, $row ) : object
$id string
$row array
리턴 object

fields() 공개 메소드

Return field names
public fields ( ) : array
리턴 array

find() 공개 메소드

Return records that match criteria
public find ( $filter = NULL, array $options = NULL, $ttl, $log = TRUE ) : static[] | FALSE
$filter array
$options array array
$ttl int
$log bool
리턴 static[] | FALSE

get() 공개 메소드

Retrieve value of field
public get ( $key ) : scalar | FALSE
$key string
리턴 scalar | FALSE

getiterator() 공개 메소드

Retrieve external iterator for fields
public getiterator ( ) : object
리턴 object

insert() 공개 메소드

Insert new record
public insert ( ) : array
리턴 array

reset() 공개 메소드

Reset cursor
public reset ( ) : null
리턴 null

set() 공개 메소드

Assign value to field
public set ( $key, $val ) : scalar | FALSE
$key string
$val scalar
리턴 scalar | FALSE

skip() 공개 메소드

Return record at specified offset using criteria of previous load() call and make it active
public skip ( $ofs = 1 ) : array
$ofs int
리턴 array

token() 공개 메소드

Convert tokens in string expression to variable names
public token ( $str ) : string
$str string
리턴 string

update() 공개 메소드

Update current record
public update ( ) : array
리턴 array

프로퍼티 상세

$db 보호되어 있는 프로퍼티

protected $db

$document 보호되어 있는 프로퍼티

protected $document

$file 보호되어 있는 프로퍼티

protected $file

$id 보호되어 있는 프로퍼티

protected $id