openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
M
mongodb-php-odm
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 12 hours
ago. based on code collected
about 12 hours
ago.
Jul 27, 2024 — Jul 27, 2025
Showing page 4 of 5
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
unset() Method Added... Workaround Reserved PHP Keyword 'unset'
Sebastian Castro
More...
about 14 years ago
Merge pull request #8 from Xobb/feature-search-in-remote-by-reference
colinmollenhour
More...
about 14 years ago
Merge pull request #9 from Xobb/feature-method-collection-name
colinmollenhour
More...
about 14 years ago
Added the foreign_field key to references array and built the logic of getting the related model upon foreign field statement. If foreign_field is set, then we act pretty much like reference key `multiple` is set to true, but in refering collection.
Paul Chubatyy
More...
over 14 years ago
Renamed the get_collection_name to get_collection_class_name method.
Paul Chubatyy
More...
over 14 years ago
Added the method, that will generate the collection name so that it could be easily redefined in child classes.
Paul Chubatyy
More...
over 14 years ago
Added the ability to search in referenced model by id. If multiple is set to TRUE then we search in remote model by the field provided. If multiple is set to FALSE then we search in remote model by id field with the values from the local field. If multiple is not set then we just get the remote model by id stored in local field.
Paul Chubatyy
More...
over 14 years ago
$action Param added to after_save() method
Sebastian Castro
More...
over 14 years ago
Clarify configuration options in sample config.php. Fixes #5
Colin Mollenhour
More...
over 14 years ago
Minor stuff.
colinmollenhour
More...
over 14 years ago
Add profiling to database connection. Fix file modes.
Colin Mollenhour
More...
over 14 years ago
Fix profiling queries reporting inaccurate query times.
colinmollenhour
More...
over 14 years ago
Added update_safe method as update wrapper that defaults to safe and throws exceptions.
colinmollenhour
More...
over 14 years ago
Add group_safe helper to MOngo_Collection, Add command_safe to Mongo_Database, rename execute to execute_safe.
colinmollenhour
More...
over 14 years ago
Fix query merging so that $in, $nin and $all work as expected. Allow get_option and set_option to affect query and fields.
colinmollenhour
More...
over 14 years ago
Add query string to exceptions thrown on query load.
colinmollenhour
More...
over 14 years ago
Add contants for BSON types.
colinmollenhour
More...
over 14 years ago
Fix bug in profiler (value not returned).
colinmollenhour
More...
over 14 years ago
Add findAndModify and get_auto_increment helpers to database and collection.
colinmollenhour
More...
over 14 years ago
Added support for cloning collection instances (_cursor is reset). Added is_iterating method to determine if cursor has started iterating. Added support for setting cursor options after loaded but before iterating started.
colinmollenhour
More...
over 14 years ago
Increased flexibility for non-Kohana frameworks. Replaced magic methods for get|set|unset options with get|set|unset|has_option methods. Properly handle queries with $ operators as field name.
colinmollenhour
More...
over 14 years ago
Fixed test case for referenced documents (no longer automatically saved)
colinmollenhour
More...
almost 15 years ago
Oops..
colinmollenhour
More...
almost 15 years ago
Replace automatic saving of referenced objects with just updating references if available Add $include parameter to Mongo_Collection::fields Add experimental natural_join function ->set uses __set when the field is not a nested field Fix other minor issues
colinmollenhour
More...
almost 15 years ago
Support auto-loading single references with DBRef
colinmollenhour
More...
about 15 years ago
Small optimization to get_field_name. Add method for addToSet.
colinmollenhour
More...
about 15 years ago
Attempt to fix segfaults in PHP 5.3
colinmollenhour
More...
about 15 years ago
Remove dependencies on Kohana Fix minor bugs, allow for simpler reference definitions.
colinmollenhour
More...
over 15 years ago
Minor bug fixes and improvements:
colinmollenhour
More...
over 15 years ago
MINOR: Fix comment formatting.
colinmollenhour
More...
over 15 years ago
←
1
2
3
4
5
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree