com presentations: Fixed no longer full truths: slides/mongodb/half-tutorial-topics.xml slides/mongodb/idx-cities-by-pop-and-dem5.xml slides/mongodb/insert-php-shortarray.xml
[email protected] (Derick Rethans)
| Newsgroups | php.pres |
|---|---|
| Message-ID | <[email protected]> |
Commit: 5699a519f7eb969912ebbcdba99814ffbc22ba5a Author: Derick Rethans <[email protected]> Wed, 21 Jan 2015 12:29:54 +0000 Parents: 5b4457172fa661de0071fd098d060e45c9a73b2d Branches: master Link: http://git.php.net/?p=presentations.git;a=commitdiff;h=5699a519f7eb969912ebbcdba99814ffbc22ba5a Log: Fixed no longer full truths Changed paths: M slides/mongodb/half-tutorial-topics.xml M slides/mongodb/idx-cities-by-pop-and-dem5.xml M slides/mongodb/insert-php-shortarray.xml Diff: diff --git a/slides/mongodb/half-tutorial-topics.xml b/slides/mongodb/half-tutorial-topics.xml index bae624d..eb7f238 100644 --- a/slides/mongodb/half-tutorial-topics.xml +++ b/slides/mongodb/half-tutorial-topics.xml @@ -2,6 +2,7 @@ <title>Today's Topics</title> <list> + <bullet>Introduction into NoSQL</bullet> <bullet>Introduction into MongoDB with PHP</bullet> <bullet>Schema Design</bullet> <bullet>Indexes</bullet> diff --git a/slides/mongodb/idx-cities-by-pop-and-dem5.xml b/slides/mongodb/idx-cities-by-pop-and-dem5.xml index 23b82bb..a277bcd 100644 --- a/slides/mongodb/idx-cities-by-pop-and-dem5.xml +++ b/slides/mongodb/idx-cities-by-pop-and-dem5.xml @@ -17,7 +17,7 @@ db.cities.find( { population: { $gte: 2000000 }, elevation: { $gte : 1654 } } ) ... </example> <div effect="fade-in"> -<blurb>MongoDB can only use one index at the same time.</blurb> +<blurb>In most cases, MongoDB can only use one index at the same time.</blurb> </div> </slide> diff --git a/slides/mongodb/insert-php-shortarray.xml b/slides/mongodb/insert-php-shortarray.xml index 90c2b58..11f4f56 100644 --- a/slides/mongodb/insert-php-shortarray.xml +++ b/slides/mongodb/insert-php-shortarray.xml @@ -1,5 +1,5 @@ <slide> -<title>Inserting a document (short array)</title> +<title>Inserting a document</title> <example result="1"><![CDATA[<?php $document = [