Quantcast
Channel: PHPDeveloper.org
Viewing all articles
Browse latest Browse all 10

PHPMaster.com: MongoDB Revisited

$
0
0

In this new post to PHPMaster.com today Ahmed Shreef continues on from his previous introduction to MongoDB and gets into more detail on things like cursors, query operators, queries on embedded documents and the sort/skip methods.

In my previous article Introduction to MongoDB I discussed installing Mongo, its PHP extension, and how to perform simple insert and find operations. Of course there are many, many more features than what I mentioned so I wanted to write another article to show you some of them.

Other topics mentioned include queries on arrays of data and running queries with indexes to improve their performance. Code is also included for each example.


Viewing all articles
Browse latest Browse all 10

Trending Articles