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

Added as_json() method for Mongo_Document and Mongo_Collection #16

Closed lucasmichot closed 12 years ago

lucasmichot commented 13 years ago

These methods return a single document or a query result as a JSON string

paulchubatyy commented 13 years ago

Dude, SYSPATH check will get this module to be very Kohana-dependant. Could you please remove this from the pull request?

colinmollenhour commented 13 years ago

Xobb is correct, we don't want to do anything that makes the module Kohana-dependant.