Class AbstractDb
The framework database interface
Direct known subclasses
Abstract
Namespace: Alo\Db
Package: Database
Author: Art <a.molcanovas@gmail.com>
Located at sys/class/alo/db/abstractdb.php
Namespace: Alo\Db
Package: Database
Author: Art <a.molcanovas@gmail.com>
Located at sys/class/alo/db/abstractdb.php
Methods summary
public
|
|
protected
string
|
|
public
string
|
|
abstract public
|
|
abstract public
boolean
|
|
abstract public
integer|float
|
|
abstract public
|
|
abstract public
|
|
abstract public
|
|
abstract public
array|boolean
|
|
abstract public
array|boolean
|
Magic methods summary
Constants summary
string |
V_CACHE
|
'c' |
#
Defines a parameter as "whether to cache" |
string |
V_TIME
|
't' |
#
Defines a parameter as "cache time" in seconds |
string |
V_PREFIX
|
'p' |
#
Defines a parameter as "cache hash prefix" |
string |
V_FETCH_NUM
|
'n' |
#
Defines a variable as "whether to fetch as a numeric array instead of assoc" |
Properties summary
protected
|
$cache |
#
The cache object in use |
protected
string
|
$cache_prefix |
#
The prefix to use for cache keys |
protected
string
|
$last_hash |
#
The last cache hash generated |
protected static
array
|
$default_settings |
#
Default query options |