Flupdo
v1.2
|
Proxy to instantiate Flupdo lazily and to deffer creating database connection. More...
Public Member Functions | |
__construct () | |
Deffer constructor call until neccessary. | |
__call ($method, $args) | |
Forward all calls to wrapped Flupdo. | |
Static Public Member Functions | |
static | createInstanceFromConfig () |
Deffer factory call until neccessary. | |
Proxy to instantiate Flupdo lazily and to deffer creating database connection.
Connection is done on the first method call.