Commit graph

76 commits

Author SHA1 Message Date
Jeremy Mikola
fde2c4f052 Fix MongoDB\Driver\Manager::executeBulkWrite() doc ID
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338069 c90b9560-bf6c-de11-be94-00142212c4b1
2015-11-02 21:04:48 +00:00
Jeremy Mikola
e09bcd8624 Update MongoDB\Driver\BulkWrite documentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338061 c90b9560-bf6c-de11-be94-00142212c4b1
2015-10-30 20:34:07 +00:00
Jeremy Mikola
03760a2565 Update MongoDB\BSON serializable interfaces
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338057 c90b9560-bf6c-de11-be94-00142212c4b1
2015-10-29 22:38:16 +00:00
Jeremy Mikola
0468106d4f Update version info for MongoDB\BSON classes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338053 c90b9560-bf6c-de11-be94-00142212c4b1
2015-10-29 17:47:13 +00:00
Jeremy Mikola
f7b1a3b50f Updated docs for MongoDB\BSON functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338047 c90b9560-bf6c-de11-be94-00142212c4b1
2015-10-29 03:27:58 +00:00
Jeremy Mikola
95ae6e2ac9 Revise MongoDB\Driver and MongoDB\Driver\BSON titles
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338045 c90b9560-bf6c-de11-be94-00142212c4b1
2015-10-28 20:00:53 +00:00
Jeremy Mikola
119da3b8a9 Update MongoDB exceptions classes for 1.0.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338043 c90b9560-bf6c-de11-be94-00142212c4b1
2015-10-28 19:58:11 +00:00
Jeremy Mikola
94497ce78a Revise MongoDB set introduction
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338042 c90b9560-bf6c-de11-be94-00142212c4b1
2015-10-28 17:58:39 +00:00
Jeremy Mikola
533fa5a5c4 Revise MongoDB HHVM tutorial
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338039 c90b9560-bf6c-de11-be94-00142212c4b1
2015-10-27 23:28:48 +00:00
Derick Rethans
3a01997da5 Added a tutorial (from .rst), reorganised docs, and provided some introductionary material.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338017 c90b9560-bf6c-de11-be94-00142212c4b1
2015-10-22 10:14:11 +00:00
Derick Rethans
9fe7528a03 functionname -> function
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338005 c90b9560-bf6c-de11-be94-00142212c4b1
2015-10-19 17:05:38 +00:00
Derick Rethans
47d9aeda69 Added new driver persistence logic as a new page
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338004 c90b9560-bf6c-de11-be94-00142212c4b1
2015-10-19 15:55:05 +00:00
Derick Rethans
c47299bd48 Moved BSON class names to MongoDB\BSON, and added a few install tips and tricks.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337902 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-23 15:35:13 +00:00
Simion Onea
7050d96265 Corrected/added SVN properties, especially svn:keywords.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337516 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-17 15:27:48 +00:00
Hannes Magnusson
b0dc55fed2 This is supposed to showcase unordered bulkwrites
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337119 c90b9560-bf6c-de11-be94-00142212c4b1
2015-07-07 18:31:43 +00:00
Jeremy Mikola
a6a2a9599c Fix MongoDB\Driver\Query option name
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336995 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-18 02:56:15 +00:00
Derick Rethans
5f9ee1e866 Add better descriptions to show what is what.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336619 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-22 16:59:57 +00:00
Hannes Magnusson
abd7090ba6 Be consistent with the command itself -- its called multi
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336536 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-14 22:20:56 +00:00
Hannes Magnusson
ecfc154358 These are BSON functions, not MongoDB
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336523 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-13 19:06:57 +00:00
Hannes Magnusson
b82fe571d2 Document Manger->selectServer()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336522 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-13 19:01:12 +00:00
Jeremy Mikola
82607a90f7 Traversable MongoDB\Driver\Cursor replaces Result class
As of 0.4, the Result and Cursor classes, which were IteratorAggregate and Iterator, respectively, are consolidated into a single, Traversable Cursor class.

https://jira.mongodb.org/browse/PHPC-224


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336451 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-08 05:26:48 +00:00
Jeremy Mikola
540baa98c2 Fix typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336450 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-08 05:04:46 +00:00
Jeremy Mikola
046fee4c67 Fix capitalization on WriteResult::getWriteConcernError()
https://jira.mongodb.org/browse/PHPC-232


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336441 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-07 20:45:02 +00:00
Yannick Torres
20e3046af3 Fix svn keywords
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336263 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-30 12:56:33 +00:00
Peter Cowburn
529c2e24a3 fix travis build
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336202 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-26 12:02:29 +00:00
Hannes Magnusson
8958abfe6c Initial docs for pecl/mongodb
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336188 c90b9560-bf6c-de11-be94-00142212c4b1
2015-03-24 18:15:02 +00:00