PHP Classes

Classes of Ehsan Razm khah

Recommend this page to a friend!
  All class groups  >  All authors  >  Classes of Ehsan Razm khah (1)  >  Mission progress status  >  Reputation  
Picture of Ehsan Razm khah
Name: Ehsan Razm khah <contact>
Classes: 1
Country: Germany Germany
Age: 35
All time rank: 3960213 in Germany Germany
Week rank: 195 Up8 in Germany Germany Up
All time users: 258
Week users: 0
 

 

  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image PHP MongoDB Collection  
Find, insert, delete, update MongoDB collections
This class can find, insert, delete, update MongoDB collections.

It connects to a given MongoDB server and performs several operations with document of a collection with a given name. Currently it can:

- Insert a new document with given values
- Delete documents that match a condition
- Update documents that matches a condition with new values
- Find documents that match a condition and return the value of a given field
- Count documents that match a condition
- Get the maximum value of a given document field
- Get all the values of documents that match a condition and return the values of given fields


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z