0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 8 hours ago.
Aug 08, 2024 — Aug 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Mongo_Document::is_new() More... over 12 years ago
actual loading moved to load_if_needed() More... over 12 years ago
tests ported to phpUnit More... over 12 years ago
$_references allow to use getter and setter functions for properties More... over 12 years ago
Trying to load a non-existent document will keep it’s ID. You can reuse this object to create a new one More... over 12 years ago
Static models declaration, factory also accepts classname (has to start with '\') as a name More... over 12 years ago
formatting More... over 12 years ago
formatting More... over 12 years ago
update_safe accepts $upset and $multi options More... over 12 years ago
Ability to override connection instance for testing purposes More... over 12 years ago
count() checks for errors and throws them More... over 12 years ago
Helper functions More... over 12 years ago
Static configuration, handy if you don't use it in Kohana More... over 12 years ago
Composer.json More... over 12 years ago
Fix vardocs, allow document save() to take array of options. More... almost 13 years ago
Add default config to a static parameter More... almost 13 years ago
Merge pull request #25 from kohenkatz/update-for-mongo-1.2.11+ More... almost 13 years ago
using a boolean for MongoCollection::remove's second option is now deprecated. Replaced with the array form: "array('justOne' => true)" More... almost 13 years ago
Improve output of Mongo_Collection#inspect() to more closely match the Mongo shell. More... almost 13 years ago
Add/update @method annotations. More... almost 13 years ago
Minor vardoc updates. More... over 13 years ago
Fix missing parameter to after_save when doing upsert. Thanks Sebicas and Jussi! More... over 13 years ago
Merge pull request #21 from bbedwell/master More... almost 14 years ago
Updated Kohana::$config loading to work with Kohana 3.2 More... almost 14 years ago
Add "remove_safe" method. More... about 14 years ago
update_safe method now returns upserted id if available More... about 14 years ago
Allow 'safe' option to be overridden in update_safe method. More... about 14 years ago
Fix $or query when it is already passed an array of sub-queries. More... about 14 years ago
Updated vardocs for Mongo_Collection, minor corrections. More... about 14 years ago
Merge pull request #13 from sebicas/unset-workaround More... about 14 years ago