私の知る限り、これをエレガントに行う方法は現在ありません。 Pecl MongoDB
を使用すると、結果を得ることができます。 直接オブジェクト。 command
関数を使用すると、任意の呼び出しを行うことができます。
$db = Connections::get('default');
$blogs = $db->connection->command(array('distinct'=>'blogs', 'key'=>'url'));
私の知る限り、これをエレガントに行う方法は現在ありません。 Pecl MongoDB
を使用すると、結果を得ることができます。 直接オブジェクト。 command
関数を使用すると、任意の呼び出しを行うことができます。
$db = Connections::get('default');
$blogs = $db->connection->command(array('distinct'=>'blogs', 'key'=>'url'));