com presentations: Discuss pre/post MongoCursor iteration methods: slides/mongodb/limit-skip.xml
[email protected] (Derick Rethans)
| Newsgroups | php.pres |
|---|---|
| Message-ID | <[email protected]> |
Commit: 613a7ed41708c6182aa15278fbfc1a546dbf3eae Author: Jeremy Mikola <[email protected]> Sun, 17 May 2015 15:29:34 -0500 Parents: 953dad800d4ead9a904571e54228eb0be676bef6 Branches: master Link: http://git.php.net/?p=presentations.git;a=commitdiff;h=613a7ed41708c6182aa15278fbfc1a546dbf3eae Log: Discuss pre/post MongoCursor iteration methods Changed paths: M slides/mongodb/limit-skip.xml Diff: diff --git a/slides/mongodb/limit-skip.xml b/slides/mongodb/limit-skip.xml index b5480d9..d92576d 100644 --- a/slides/mongodb/limit-skip.xml +++ b/slides/mongodb/limit-skip.xml @@ -1,6 +1,7 @@ <slide> <title>Cursor methods</title> +<blurb>Before starting iteration, several methods may be called to configure the query.</blurb> <example result="1"><![CDATA[<?php $m = new MongoClient(); $c = $m->demo->cities;