MongoDB wrapper.
More...
|
| $dsn |
| Data source name.
|
|
| $db |
| MongoDB object.
|
|
| $log |
| MongoDB log.
|
|
|
const | E_Profiler ='MongoDB profiler is disabled' |
|
DB\Mongo::__construct |
( |
|
$dsn, |
|
|
|
$dbname, |
|
|
array |
$options = NULL |
|
) |
| |
Instantiate class
- Parameters
-
$dsn | string |
$dbname | string |
$options | array |
DB\Mongo::__call |
( |
|
$func, |
|
|
array |
$args |
|
) |
| |
Redirect call to MongoDB object
- Returns
- mixed
- Parameters
-
Intercept native call to re-enable profiler
- Returns
- int
Return data source name
- Returns
- string
Return MongoDB profiler results
- Returns
- string
Return UUID
- Returns
- string
The documentation for this class was generated from the following file: