GithubHelp home page GithubHelp logo

Comments (4)

jmikola avatar jmikola commented on July 19, 2024 1

@waterone: My apologies for the difficulty with the API docs. We certainly plan to get more tutorial-style documentation added soon.

For now, if you peak at the methods in the Collection class, you'll see that most point to an Operation class, which is where you'll find any supported options documented (ultimately, we'll get this over to real documentation outside of the code). You can check out src/Operation/Find.php for the various find options, which should match those outlined in our cross-driver CRUD specification.

from mongo-php-library.

bjori avatar bjori commented on July 19, 2024

There are no helper methods for these arguments (other then findOne(), to limit=1).

You'll have to pass it as an argument to the find method, see:

<?php
use MongoDB\Client;
use MongoDB\Collection;

$client = new Client("mongodb://localhost:27017");
$collection = new Collection($client, "databaseName.collectionName");
$query = array("zipcode" => "90210");
$queryOptions = array("limit" => 1);

$result = $collection->find($query, $queryOptions);
?>

from mongo-php-library.

bjori avatar bjori commented on July 19, 2024

The best docs on this I can find at the moment is: http://mongodb.github.io/mongo-php-library/api/source-class-MongoDB.Operation.Find.html#32

You are welcome to file a documentation ticket asking for better examples in our JIRA.
Docs are currently our highest priority so it is perfect timing to raise issues like this.

Our general tracking tickets for all things docs is: https://jira.mongodb.org/browse/PHPC-289

from mongo-php-library.

SendOTP avatar SendOTP commented on July 19, 2024

Yes surely I will raise a ticket for this. Thanks for the help.
If any other input is needed from my side feel free to contact me.

Thanks again :)

On Fri, Oct 30, 2015 at 9:48 PM, Hannes Magnusson [email protected]
wrote:

The best docs on this I can find at the moment is:
http://mongodb.github.io/mongo-php-library/api/source-class-MongoDB.Operation.Find.html#32

You are welcome to file a documentation ticket asking for better examples
in our JIRA.
Docs are currently our highest priority so it is perfect timing to raise
issues like this.

Our general tracking tickets for all things docs is:
https://jira.mongodb.org/browse/PHPC-289


Reply to this email directly or view it on GitHub
#40 (comment)
.

Best,
Sameer Rathod
Full Stack Developer
+91-8109413462
"Honor is something that all men are born with. It cannot be taken from
you nor can it be granted. It must only not be lost."

UtterU http://utteru.com| MSG91 | http://msg91.com SendOTP
http://sendotp.com

from mongo-php-library.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.