colinmollenhour / mongodb-php-odm

A simple but powerful set of wrappers for using MongoDb in PHP (also a Kohana 3 module)
BSD 3-Clause "New" or "Revised" License
208 stars 50 forks source link

Fixed Mongo_Collection::remove_safe #50

Closed sergeyklay closed 11 years ago

sergeyklay commented 11 years ago

The main idea is that the $criteria param may be empty, in this case Mongo should remove all documents from collection.

Also I have made more strict list of accepted arguments, and amended PHPDoc docblock.