This is the complete list of members for DB\SQL\Session, including all inherited members.
$_id | DB\SQL\Mapper | |
$adhoc | DB\SQL\Mapper | |
$db | DB\SQL\Mapper | protected |
$engine | DB\SQL\Mapper | |
$fields | DB\SQL\Mapper | |
$ptr | DB\Cursor | |
$query | DB\Cursor | protected |
$sid | DB\SQL\Session | protected |
$source | DB\SQL\Mapper | |
$table | DB\SQL\Mapper | |
$trigger | DB\Cursor | |
__construct(\DB\SQL $db, $table='sessions', $force=TRUE) | DB\SQL\Session | |
DB::SQL::Mapper::__construct(\DB\SQL $db, $table, $fields=NULL, $ttl=60) | DB\SQL\Mapper | |
__get($key) | Magic | |
__isset($key) | Magic | |
__set($key, $val) | Magic | |
__unset($key) | Magic | |
aftererase($func) | DB\Cursor | |
afterinsert($func) | DB\Cursor | |
afterupdate($func) | DB\Cursor | |
agent() | DB\SQL\Session | |
beforeerase($func) | DB\Cursor | |
beforeinsert($func) | DB\Cursor | |
beforeupdate($func) | DB\Cursor | |
cast($obj=NULL) | DB\SQL\Mapper | |
cleanup($max) | DB\SQL\Session | |
clear($key) | DB\SQL\Mapper | |
close() | DB\SQL\Session | |
copyfrom($key, $func=NULL) | DB\SQL\Mapper | |
copyto($key) | DB\SQL\Mapper | |
count($filter=NULL, $ttl=0) | DB\SQL\Mapper | |
csrf() | DB\SQL\Session | |
dbtype() | DB\SQL\Mapper | |
destroy($id) | DB\SQL\Session | |
dry() | DB\Cursor | |
E_Adhoc (defined in DB\SQL\Mapper) | DB\SQL\Mapper | |
E_Field (defined in DB\Cursor) | DB\Cursor | |
erase($filter=NULL) | DB\SQL\Mapper | |
DB::Cursor::erase() | DB\Cursor | |
exists($key) | DB\SQL\Mapper | |
factory($row) | DB\SQL\Mapper | protected |
fields($adhoc=TRUE) | DB\SQL\Mapper | |
find($filter=NULL, array $options=NULL, $ttl=0) | DB\SQL\Mapper | |
findone($filter=NULL, array $options=NULL, $ttl=0) | DB\Cursor | |
first() | DB\Cursor | |
get($key) | DB\SQL\Mapper | |
insert() | DB\SQL\Mapper | |
ip() | DB\SQL\Session | |
last() | DB\Cursor | |
load($filter=NULL, array $options=NULL, $ttl=0) | DB\Cursor | |
loaded() | DB\Cursor | |
next() | DB\Cursor | |
offsetexists($key) | Magic | |
offsetget($key) | Magic | |
offsetset($key, $val) | Magic | |
offsetunset($key) | Magic | |
onerase($func) | DB\Cursor | |
oninsert($func) | DB\Cursor | |
onload($func) | DB\Cursor | |
onupdate($func) | DB\Cursor | |
open($path, $name) | DB\SQL\Session | |
paginate($pos=0, $size=10, $filter=NULL, array $options=NULL, $ttl=0) | DB\Cursor | |
prev() | DB\Cursor | |
read($id) | DB\SQL\Session | |
reset() | DB\SQL\Mapper | |
save() | DB\Cursor | |
schema() | DB\SQL\Mapper | |
select($fields, $filter=NULL, array $options=NULL, $ttl=0) | DB\SQL\Mapper | |
set($key, $val) | DB\SQL\Mapper | |
skip($ofs=1) | DB\SQL\Mapper | |
stamp() | DB\SQL\Session | |
type($pdo) | DB\SQL\Mapper | |
update() | DB\SQL\Mapper | |
write($id, $data) | DB\SQL\Session | |