Phalcon\Db\Adapter\Mongo\Client::selectDB PHP Method

selectDB() public method

public selectDB ( $name )
    public function selectDB($name)
    {
        return new Db($this, $name);
    }