Phalcon\Db\Adapter\Mongo\Client::selectDB PHP Méthode

selectDB() public méthode

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