We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2cc75b commit a5f2990Copy full SHA for a5f2990
source/read.txt
@@ -16,3 +16,25 @@ Read Data from MongoDB
16
/read/specify-a-query
17
/read/distinct
18
/read/change-streams
19
+
20
+Overview
21
+--------
22
23
+On this page, you can see copyable code examples that show common
24
+{+driver-short+} methods for retrieving documents.
25
26
+.. tip::
27
28
+ To learn more about any of the methods shown on this page, see the link
29
+ provided in each section.
30
31
+To use an example from this page, copy the code example into the
32
+:ref:`sample application <php-read-sample>` or your own application.
33
+Be sure to replace all placeholders, such as ``<connection string>``, with
34
+the relevant values for your MongoDB deployment.
35
36
+.. _php-read-sample:
37
38
39
40
0 commit comments