File tree Expand file tree Collapse file tree 1 file changed +19
-12
lines changed Expand file tree Collapse file tree 1 file changed +19
-12
lines changed Original file line number Diff line number Diff line change 2
2
MongoDB PHP Library
3
3
===================
4
4
5
- .. default-domain:: mongodb
5
+ .. contents:: On this page
6
+ :local:
7
+ :backlinks: none
8
+ :depth: 1
9
+
10
+ .. toctree::
11
+ :titlesonly:
12
+
13
+ Installation </tutorial/install-php-library>
14
+ /tutorial
15
+ /upgrade
16
+ /reference
17
+ FAQ </faq>
18
+ /whats-new
19
+
20
+ HELLO TEST
6
21
7
22
The |php-library| provides a high-level abstraction around the lower-level
8
23
`PHP driver <https://php.net/mongodb>`_, also known as the ``mongodb``
@@ -45,6 +60,9 @@ If you have previously worked with the legacy ``mongo`` extension, it will be
45
60
helpful to review the :doc:`/upgrade` for a summary of API changes between the
46
61
old driver and this library.
47
62
63
+ You can view changes introduced in each version release of the
64
+ {+php-library+} in the :ref:`php-lib-whats-new` section.
65
+
48
66
New to MongoDB?
49
67
---------------
50
68
@@ -60,14 +78,3 @@ encounter in the library documentation:
60
78
:manual:`BSON Types </reference/bson-types>`
61
79
62
80
- :manual:`MongoDB CRUD Operations </crud>`
63
-
64
- .. class:: hidden
65
-
66
- .. toctree::
67
- :titlesonly:
68
-
69
- Installation </tutorial/install-php-library>
70
- /tutorial
71
- /upgrade
72
- /reference
73
- FAQ </faq>
You can’t perform that action at this time.
0 commit comments