Méthode |
Description |
|
__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 |
|