0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Jul 27, 2024 — Jul 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
unset() Method Added... Workaround Reserved PHP Keyword 'unset' More... about 14 years ago
Merge pull request #8 from Xobb/feature-search-in-remote-by-reference More... about 14 years ago
Merge pull request #9 from Xobb/feature-method-collection-name 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. More... over 14 years ago
Renamed the get_collection_name to get_collection_class_name method. More... over 14 years ago
Added the method, that will generate the collection name so that it could be easily redefined in child classes. 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. More... over 14 years ago
$action Param added to after_save() method More... over 14 years ago
Clarify configuration options in sample config.php. Fixes #5 More... over 14 years ago
Minor stuff. More... over 14 years ago
Add profiling to database connection. Fix file modes. More... over 14 years ago
Fix profiling queries reporting inaccurate query times. More... over 14 years ago
Added update_safe method as update wrapper that defaults to safe and throws exceptions. More... over 14 years ago
Add group_safe helper to MOngo_Collection, Add command_safe to Mongo_Database, rename execute to execute_safe. 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. More... over 14 years ago
Add query string to exceptions thrown on query load. More... over 14 years ago
Add contants for BSON types. More... over 14 years ago
Fix bug in profiler (value not returned). More... over 14 years ago
Add findAndModify and get_auto_increment helpers to database and collection. 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. 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. More... over 14 years ago
Fixed test case for referenced documents (no longer automatically saved) More... almost 15 years ago
Oops.. 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 More... almost 15 years ago
Support auto-loading single references with DBRef More... about 15 years ago
Small optimization to get_field_name. Add method for addToSet. More... about 15 years ago
Attempt to fix segfaults in PHP 5.3 More... about 15 years ago
Remove dependencies on Kohana Fix minor bugs, allow for simpler reference definitions. More... over 15 years ago
Minor bug fixes and improvements: More... over 15 years ago
MINOR: Fix comment formatting. More... over 15 years ago