Added see-also, and a better description.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321516 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Derick Rethans 2011-12-29 15:47:06 +00:00
parent 8ad788358d
commit a88f54ced1
2 changed files with 11 additions and 1 deletions

View file

@ -4,7 +4,8 @@
<refentry xml:id="mongocollection.find" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>MongoCollection::find</refname>
<refpurpose>Querys this collection</refpurpose>
<refpurpose>Querys this collection, returning a <class>MongoCursor</class>
for the result set</refpurpose>
</refnamediv>
<refsect1 role="description">

View file

@ -125,6 +125,15 @@ Array
</para>
</example>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<simplelist>
<member><function>MongoCollection::find</function></member>
<member><function>MongoCollection::insert</function></member>
<member>MongoDB core docs on <link xlink:href="&url.mongodb.dochub.find;">find</link>.</member>
</simplelist>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables: