Php Mongodb 简明教程

PHP & MongoDB Tutorial

基于 PHP 的应用程序可以使用 PHP MongoDB 驱动器连接到 MongoDB。PHP MongoDB 驱动器可与 PHP 在各种平台上配合使用,例如 Windows、Mac OS 和各种版本的 UNIX。

PHP based application can connect to MongoDB using PHP MongoDB Driver. PHP MongoDB Driver works with PHP on a variety of platforms, such as Windows, Mac OS, and the various versions of UNIX.

Audience

本教程专为希望详细了解 MongoDB 驱动程序以连接 MongoDB 的 PHP 程序员设计,包括其架构和实际用法。

This tutorial is designed for PHP programmers who would like to understand the MongoDB driver to connect to MongoDB in detail along with its architecture and actual usage.

Prerequisites

在继续本教程之前,你应该很好地理解 PHP 编程语言。由于你将使用 MongoDB 数据库,因此你应该事先接触过 NoSQL 和数据库概念。

Before proceeding with this tutorial, you should have a good understanding of PHP programming language. As you are going to deal with MongoDB database, you should have prior exposure to NoSQL and Database concepts.