PHP Class MongoLite\Client

Afficher le fichier Open project: sjardim/Hugopit

Protected Properties

Свойство Type Description
$databases array
$options array
$path string

Méthodes publiques

Méthode Description
__construct ( string $path, array $options = [] ) Constructor
__get ( $database )
listDBs ( ) : array List Databases
selectCollection ( string $database, string $collection ) : object Select Collection
selectDB ( string $name ) : object Select database

Method Details

__construct() public méthode

Constructor
public __construct ( string $path, array $options = [] )
$path string
$options array

__get() public méthode

public __get ( $database )

listDBs() public méthode

List Databases
public listDBs ( ) : array
Résultat array List of databases

selectCollection() public méthode

Select Collection
public selectCollection ( string $database, string $collection ) : object
$database string
$collection string
Résultat object

selectDB() public méthode

Select database
public selectDB ( string $name ) : object
$name string
Résultat object

Property Details

$databases protected_oe property

protected array $databases
Résultat array

$options protected_oe property

protected array $options
Résultat array

$path protected_oe property

protected string $path
Résultat string