PHP Classes

File: Readme.md

Recommend this page to a friend!
  Classes of Xavier Pérez   XMongoDB   Readme.md   Download  
File: Readme.md
Role: Documentation
Content type: text/markdown
Description: Readme
Class: XMongoDB
Build and execute queries to a MongoDB database
Author: By
Last change: Aggregations
Date: 8 years ago
Size: 1,204 bytes
 

Contents

Class file image Download

XMongoDB

A PHP ORM library to handle opperations with MongoDB

* Select, Distinct, Where, OrderBy, Limit, Offset, Insert, Update, Delete, Create, Pop, Pull, Push, Aggregate, Indexes, Commands, AddtoSet, Inc, Dec

* All commands like ORM, example:

    $result = $XMongodDB->->where(array('email' => 'email@myemail.com))->get('customers');

* Where:

* Between
* Greater than
* Lower than
* Greater or equal than
* Lower or equal than
* Not equal
* Equal
* Near
* Like
* Not Like
* All can be mixed with AND/OR

* OrderBy ASC / DESC

* Limit and Offset

Getting Started Guide

* Chapter 1 - Installation

* Chapter 2 - Basic select operations

* Chapter 3 - Advanced select operations

* Chapter 4 - Insert / Update / Delete

* Chapter 5 - Other operations

* Chapter 10 - Exceptions