News Feed
Jobs Feed
Sections




News Archive
PHPFreaks.com:
An introduction to PHP and Mongodb
December 09, 2010 @ 12:03:51

On PHPFreaks.com there's a new tutorial posted to introduce you to using MongoDB with your PHP applications.

Most of us grew up on the concept of LAMP(Linux apache mysql and php) but there are times when that basic setup can become a real pain to maintain and scale. Generally the hardest part to scale out of a LAMP setup is MySQL. When running a large site with lots of data and traffic optimizing/scaling MySQL can be a really complicated undertaking. That is where NoSQL comes into play.

You'll need to have a Mongo instance installed to follow along with some of the examples but that's simple enough with the help of a package manager. They show you how to create the connection, insert documents, query them, delete them and work with GridFS to split up files across multiple documents.

0 comments voice your opinion now!
mongodb tutorial introduction database


blog comments powered by Disqus

Similar Posts

PHPBuilder.com: How to Upload Images Using PHP

Developer Tutorials Blog: Parallel web scraping in PHP: cURL multi functions

Adrian Schneider' Blog: Testing Zend_Mail

SitePoint PHP Blog: How to Upload Large Files in PHP

Joshua Eichorn's Blog: Slides from azPHP presentation of PEAR: An Introduction


Community Events











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


database introduction composer interview functional framework language podcast zendframework2 code phpunit opinion series development release community unittest testing api example

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