News Feed
Jobs Feed
Sections




News Archive
Profeshunl Newbie Blog:
MongoDB as in huMONGOus, not retarded
April 14, 2010 @ 08:43:17

On the profeshunl newbie blog there's a recent post looking at a database technology that's growing more and more in popularity all the time - MongoDB - and how you can use it in PHP as a data repository. MongoDB is one of a few popular NoSQL databases out there.

In NoSQL there are basically three kinds of databases; column oriented, key-value pairs and document oriented. MongoDB employs the latter kind. A document in this context is a structure of data with a given number of properties. These properties can be strings, numbers, arrays or objects, etc. If you've dabbled with associative arrays or objects in PHP, you'll know what this means. You can also group documents in collections. Also, there are something called sub-documents which are pretty much what you'd think they'd be.

He shows how to get the PECL module installed (three or four commands, ideally) and connect to your already-running MongoDB instance. He shows you how to create and insert some dummy data for DVD information and how to run an update, fetch and delete on the current data. There's also a quick mention of working with indexes on the data to optimize your results.

0 comments voice your opinion now!
mongodb tutorial introduction nosql


blog comments powered by Disqus

Similar Posts

WebReference.com: Database-enabled Ajax with PHP

NetTuts.com: Quick Tip: Integrate Compass into an Existing CodeIgniter

SitePoint Server-Side Essentials: Introducing Joomla

phpRiot.com: Protecting Your PHP Source Code With ionCube Encoder

Zend Developer Zone: Installing PHP4 and PHP5 Concurrently on One WinXP Computer


Community Events











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


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

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