News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
Introduction to MongoDB
October 27, 2011 @ 08:27:47

PHPMaster.com has a new tutorial today for those wanting to get into the MongoDb document-driven (NoSQL) database but haven't known where to start. This tutorial walks you through some of the basics including setup and configuration of both the server and PHP client side.

There are a lot of implementations of the NoSQL concept, but one of the most famous and widely used NoSQL databases is MongoDB. I think it's one of the most interesting NoSQL databases available currently, and it's considered by many to be one of the easiest to use (which has helped it gain widespread adoption). In this article I'll introduce you to NoSQL with MongoDB. You'll learn how to install the MongoDB extension for PHP, and how to add, update, and retrieve document objects.

He starts with an introduction to MongoDB and links to their site to grab the latest version of the database. A few simple steps later (including a call to install the mongo PECL module) and your PHP install is ready to go. Code snippets are included showing how to connect to the server and insert/update/select document records.

0 comments voice your opinion now!
introduction mongodb database document nosql tutorial


blog comments powered by Disqus

Similar Posts

Symfony Blog: Windows and symfony

ThinkPHP Blog: Creating press-ready PDF documents on the fly including individual barcodes

Zend: Webinar: Getting started with ZF2

Juozas Kaziukenas' Blog: Zend Framework and Doctrine. Part 1

Cory Borrow's Blog: Creating thumbs from textfiles with PHP and GD


Community Events











Don't see your event here?
Let us know!


usergroup community zendframework2 podcast framework rest example functional interview introduction symfony2 series phpunit database development language conference opinion release testing

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework