PHP Class Phalcon\Db\Adapter\Mongo\Db

Inheritance: extends MongoDB
Afficher le fichier Open project: phalcon/incubator

Méthodes publiques

Свойство Type Description
$conn
$name

Méthodes publiques

Méthode Description
__construct ( $conn, $name )
__get ( $name )
createCollection ( $name, $options = [] )
selectCollection ( $name )

Method Details

__construct() public méthode

public __construct ( $conn, $name )

__get() public méthode

public __get ( $name )

createCollection() public méthode

public createCollection ( $name, $options = [] )

selectCollection() public méthode

public selectCollection ( $name )

Property Details

$conn public_oe property

public $conn

$name public_oe property

public $name