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:`mongodb extension <mongodb>`.
@@ -44,6 +59,9 @@ If you have previously worked with the legacy ``mongo`` extension, it will be
44
59
helpful to review the :doc:`/upgrade` for a summary of API changes between the
45
60
old driver and this library.
46
61
62
+ You can view changes introduced in each version release of the
63
+ {+php-library+} in the :ref:`php-lib-whats-new` section.
64
+
47
65
New to MongoDB?
48
66
---------------
49
67
@@ -59,14 +77,3 @@ encounter in the library documentation:
59
77
:manual:`BSON Types </reference/bson-types>`
60
78
61
79
- :manual:`MongoDB CRUD Operations </crud>`
62
-
63
- .. class:: hidden
64
-
65
- .. toctree::
66
- :titlesonly:
67
-
68
- Installation </tutorial/install-php-library>
69
- /tutorial
70
- /upgrade
71
- /reference
72
- FAQ </faq>
You can’t perform that action at this time.
0 commit comments