Commit Graph

5 Commits

Author SHA1 Message Date
Jeremy Mikola
30a9a80492 Change Query constructor args based on CRUD API spec
Query document is the only required field. All other fields are optional. To avoid complicating the constructor, we'll handle the option merging in the init function.
2014-08-25 13:55:59 -04:00
Hannes Magnusson
bb111df04c Fix constant generator & regenerate 2014-07-21 20:51:20 +00:00
Hannes Magnusson
6360f5038a Add BSON objects and move generated classes into its own folders 2014-07-18 16:44:45 -07:00
Hannes Magnusson
c9155e397b Add the actual implementation into the PHP API docs
This is used to generate the actual c classes.
- The CIMPL (Simple) section is the C Implementation
- The CEF (Chef) section is the C Definition
2014-07-16 17:59:26 +00:00
Jeremy Mikola
226a32985a PHP-1136: Allow custom cursor classes from command/query results
This commit also restructures the namespaces and some write method APIs.
2014-07-11 15:06:00 -04:00