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