��ȡһ�����ϵ�����ȡ���ݿ�ʱ��ͬ��
<?php
$connection = new MongoClient();
$db = $connection->baz;
// select a collection:
$collection = $db->foobar;
// or, directly selecting a database and collection:
$collection = $connection->baz->foobar;
?>
һ�������൱��һ�ű��������Թ�ϵ�����ݿ�Ƚ���Ϥ��
MongoCollection ����ĵ����жԼ��϶������ϸ˵����