added sql-to-mongo chart to the toc

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311362 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kristina Chodorow 2011-05-23 20:08:02 +00:00
parent 1374398d1b
commit 5c2194257d
2 changed files with 10 additions and 8 deletions

View file

@ -3,9 +3,10 @@
<chapter xml:id="mongo.manual" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Manual</title>
&reference.mongo.configure;
&reference.mongo.tutorial;
&reference.mongo.sqltomongo;
&reference.mongo.connecting;
&reference.mongo.writes;
&reference.mongo.queries;
@ -19,7 +20,7 @@
&reftitle.seealso;
<para>
<link xlink:href="&url.mongodb.crodas;">Developing Scalable PHP Applications Using MongoDB</link>
is an excellent article on getting started with MongoDB. For francophones,
is an excellent article on getting started with MongoDB. For francophones,
<link xlink:href="&url.mongodb.intro.french;">NoSQL - MongoDB et PHP: Première Approche</link>
gives a nice overview.
</para>

View file

@ -1,21 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<section xml:id="mongo.configuration" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<section xml:id="mongo.sqltomongo" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>SQL to Mongo Mapping Chart</title>
<para>
This is a PHP-specific version of the
<link xlink:href="&url.mongodb.dochub.sqltomongo;">SQL to Mongo</link>
This is a PHP-specific version of the
<link xlink:href="&url.mongodb.dochub.sqltomongo;">SQL to Mongo</link>
mapping chart in the main docs.
</para>
<para>
<table>
<tgroup cols="3">
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>SQL Statement</entry>
<entry>Mongo Query Language Statement</entry>
</row>
</thead>
<tbody>
<row>
<entry>
@ -235,7 +236,7 @@
</row>
</tbody>
</tgroup>
</table>
</informaltable>
</para>
</section>