Files
doc-fr/reference/mongo/book.xml
Damien Seguy ff63903dbf synch with en
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@277813 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-26 11:11:16 +00:00

70 lines
1.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.5 $ -->
<!-- EN-Revision: 1.4 Maintainer: dams Status: ready -->
<!-- Reviewed: no -->
<book xml:id="book.mongo" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Base de données Mongo</title>
<titleabbrev>Mongo</titleabbrev>
<preface xml:id="intro.mongo">
&reftitle.intro;
<para>
Ces fonctions permettent à PHP d'interagir avec les bases de
données Mongo.
</para>
<para>
MongoDB est une base de données à hautes performances, Open Source, et
sans schéma, conçue pour l'utilisation en cloud. Le but du projet est
d'obtenir un entrepôt de données à forte capacité de montée en charge,
facile à gérer et à utiliser. La base est accessible par le réseau,
et écrite en C++.
</para>
<para>
Pour plus d'informations et pour télécharger Mongo, vous pouvez vous
rendre sur &url.mongodb;.
</para>
<para>
Vous trouverez également des tutoriaux sur &url.mongodb.php;.
</para>
</preface>
&reference.mongo.setup;
&reference.mongo.constants;
&reference.mongo.examples;
&reference.mongo.mongocode;
&reference.mongo.mongoid;
&reference.mongo.mongodate;
&reference.mongo.mongoregex;
&reference.mongo.mongobindata;
&reference.mongo.reference;
</book>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->