an array to store tables definitions for MySQL/postgres
or the equivelent for NoSQL/File stores
Type
array
$logger
$logger : string
logger
Type
string
Methods
__construct()
__construct() : null
Constructor, sets up the cache api and loads cache pool data
nothing is set for the cache pool to save resources,
connections are automatically set/checked on request
cache implementations can be static or concrete
Returns
null
verify_cache_source()
verify_cache_source( $CSN) : null
DESCRIPTOR: VERIFIES A CONNECTION OBJECT && RESOURCE
Parameters
$CSN
Returns
null
raw()
raw( $CSN, $query) : mixed
DESCRIPTOR: EXECUTE A QUERY
exception handling and logging dealt with
Parameters
$CSN
$query
Returns
mixed
—
result
getValue()
getValue(array $args = array()) : null
getValue
args["CSN"]
args["KEY"]
args["DATA"]
args["CACHE_SERIALIZATION"]
JSON
NATIVE [serialize()]
RAW [string]
args["UNSERIALIZE_TYPE"]
ARRAY
OBJECT
RAW [string]