Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongo-php-library
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sinan
mongo-php-library
Commits
92617a54
Commit
92617a54
authored
Nov 16, 2016
by
Jeremy Mikola
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revise index and upgrade pages in documentation
parent
47331cba
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
130 additions
and
149 deletions
+130
-149
index.txt
docs/index.txt
+23
-29
upgrade.txt
docs/upgrade.txt
+107
-120
No files found.
docs/index.txt
View file @
92617a54
...
@@ -4,28 +4,25 @@ MongoDB PHP Library
...
@@ -4,28 +4,25 @@ MongoDB PHP Library
.. default-domain:: mongodb
.. default-domain:: mongodb
The |php-library| provides a high-level abstraction
The |php-library| provides a high-level abstraction around the lower-level
around the lower-level `PHP Driver <https://php.net/mongodb>`_, also
`PHP Driver <https://php.net/mongodb>`_, also known as the ``mongodb``
known as the ``mongodb`` extension.
extension.
While the ``mongodb`` extension provides a limited API for executing
While the ``mongodb`` extension provides a limited API for executing commands,
commands, queries, and write operations, the |php-library|
queries, and write operations, the |php-library| implements an API similar to
implements an API similar to that of the `legacy PHP driver
that of the `legacy PHP driver <http://php.net/manual/en/book.mongo.php>`_. The
<http://php.net/manual/en/book.mongo.php>`_. The library contains
library contains abstractions for client, database, and collection objects, and
abstractions for client, database, and collection objects, and provides
provides methods for CRUD operations and common commands such as index and
methods for CRUD operations and common commands such as index and
collection management.
collection management.
If you are developing a PHP application with MongoDB, you should consider
If you are developing a PHP application with MongoDB, you should consider using
using this library, or another high-level abstraction, instead of the
this library, or another high-level abstraction, instead of the extension alone.
extension alone.
For additional information about the MongoDB PHP Library and the
For additional information about the MongoDB PHP Library and the ``mongodb``
``mongodb`` extension, see the `Architecture Overview
extension, see the `Architecture Overview
<http://php.net/manual/en/mongodb.overview.php>`_ article in the
<http://php.net/manual/en/mongodb.overview.php>`_ article in the extension
extension documentation. `Derick Rethans <http://derickrethans.nl/>`_
documentation. `Derick Rethans <http://derickrethans.nl/>`_ has also written a
has also written a series of blog posts entitled *New MongoDB Drivers
series of blog posts entitled *New MongoDB Drivers for PHP and HHVM*:
for PHP and HHVM*:
- `Part One: History <https://derickrethans.nl/new-drivers.html>`_
- `Part One: History <https://derickrethans.nl/new-drivers.html>`_
...
@@ -42,26 +39,23 @@ If you are a new MongoDB user, these links should help you become more familiar
...
@@ -42,26 +39,23 @@ If you are a new MongoDB user, these links should help you become more familiar
with MongoDB and introduce some of the concepts and terms you will encounter in
with MongoDB and introduce some of the concepts and terms you will encounter in
this documentation:
this documentation:
- `Introduction to CRUD operations in MongoDB
- :manual:`Introduction to CRUD operations in MongoDB </core/crud>`
<http://docs.mongodb.org/manual/core/crud-introduction/>`_
- `What is a MongoDB document?
- :manual:`What is a MongoDB document? </core/document>`
<http://docs.mongodb.org/manual/core/document/>`_
-
`MongoDB's *dot notation*
for accessing document properties
-
:manual:`Dot notation
for accessing document properties
<
http://docs.mongodb.org/manual/core/document/#dot-notation>`_
<
/core/document/#dot-notation>`
- `ObjectId: MongoDB's document identifier
- :manual:`ObjectId: MongoDB's document identifier </reference/object-id/>`
<http://docs.mongodb.org/manual/reference/object-id/>`_
.. class:: hidden
.. class:: hidden
.. toctree::
.. toctree::
:titlesonly:
:titlesonly:
Installation </tutorial/install-php-library>
Installation </tutorial/install-php-library>
/tutorial
/tutorial
/upgrade
/upgrade
/reference
/reference
.. /getting-started
.. /getting-started
\ No newline at end of file
docs/upgrade.txt
View file @
92617a54
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment