jKVDb
in package
main class to access to key-value storage databases
Table of Contents
- _createConnector() : jKVDriver
- callback method for jProfiles. internal use
- getConnection() : jKVDriver
- get the jKVDriver object associated to a given profile name
- __construct() : mixed
Methods
_createConnector()
callback method for jProfiles. internal use
public
static _createConnector(mixed $profile) : jKVDriver
Parameters
- $profile : mixed
Return values
jKVDriver —getConnection()
get the jKVDriver object associated to a given profile name
public
static getConnection([string $name = null ]) : jKVDriver
Parameters
- $name : string = null
Return values
jKVDriver —__construct()
protected
__construct() : mixed