PHP Class Phalcon\Db\Adapter\Mongo\Db

Inheritance: extends MongoDB
Show file Open project: phalcon/incubator

Public Properties

Property Type Description
$conn
$name

Public Methods

Method Description
__construct ( $conn, $name )
__get ( $name )
createCollection ( $name, $options = [] )
selectCollection ( $name )

Method Details

__construct() public method

public __construct ( $conn, $name )

__get() public method

public __get ( $name )

createCollection() public method

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

selectCollection() public method

public selectCollection ( $name )

Property Details

$conn public property

public $conn

$name public property

public $name