From a88f54ced108967545b486ec679075b3b6fb8a40 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Thu, 29 Dec 2011 15:47:06 +0000 Subject: [PATCH] Added see-also, and a better description. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321516 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mongo/mongocollection/find.xml | 3 ++- reference/mongo/mongocollection/findone.xml | 9 +++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/reference/mongo/mongocollection/find.xml b/reference/mongo/mongocollection/find.xml index 0e972f5bfc..34a218af72 100644 --- a/reference/mongo/mongocollection/find.xml +++ b/reference/mongo/mongocollection/find.xml @@ -4,7 +4,8 @@ MongoCollection::find - Querys this collection + Querys this collection, returning a MongoCursor + for the result set diff --git a/reference/mongo/mongocollection/findone.xml b/reference/mongo/mongocollection/findone.xml index 739d93a561..d6796cfe68 100644 --- a/reference/mongo/mongocollection/findone.xml +++ b/reference/mongo/mongocollection/findone.xml @@ -125,6 +125,15 @@ Array + + + &reftitle.seealso; + + MongoCollection::find + MongoCollection::insert + MongoDB core docs on find. + +