MongoDB

Category icon

Variable type in PHP and MongoDB →

Posted on November 30, 2010 in Development with 1 comment.

Since working with Mongo I have come across a few small quirks. They are not necessarily good or bad, but simply things you just need to be aware of when working with Mongo. One such quirk is that you need to define your variable type within PHP before you store or fetch data in a [...]

Continue Reading →

Category icon

How to install the MongoDB PECL extension on MAMP →

Posted on September 14, 2010 in Development with 5 comments.

In order to get PHP talking to MongoDB you need to install the MongoDB PECL module. The process is really simple of you are using MAMP. Obviously, make sure that MongoDB is installed on OS X first. First you need to download the precompiled MongoDB PECL extension. You can find it on their GitHub page. [...]

Continue Reading →

Category icon

Installing MongoDB on Mac OS X →

Posted on September 13, 2010 in Development with 1 comment.

How to install MongoDB on OS X I’m about to starting using MongoDB on a bunch of different projects, including my arcade and needed to install it on my Macbook for testing these projects locally. Thanks to the article above, it was a 2 minute process.

Continue Reading →