Skip to content

Commit a5f2990

Browse files
committed
DOCSP-41973 Read Landing Page
1 parent e2cc75b commit a5f2990

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

source/read.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,25 @@ Read Data from MongoDB
1616
/read/specify-a-query
1717
/read/distinct
1818
/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

Comments
 (0)