Commit Graph

16 Commits

Author SHA1 Message Date
11a5968105 refactored MongoModel to hide fetch method, fixed PHPDoc errors 2012-10-19 20:15:26 +04:00
a1d33ea32f merged mongo into master 2012-06-05 14:08:33 +04:00
950d1f4a9a modified MongoDbCommand __toString output 2012-06-04 16:06:03 +04:00
c0fa542b3c removed output buffer(ob_start/ob_end_clean) usasge in MongoDbCommand profile output 2012-05-23 18:59:20 +04:00
623666fb09 updated MongoDbCommand Profiler output 2012-04-02 15:27:33 +04:00
a1bfcdd78b added count() method to MongoModel 2012-04-02 15:21:37 +04:00
0140c3f4ad added condition to batchInsert against empty arrays 2012-01-19 19:16:31 +04:00
99a528fac3 added butchInsert to mongo model 2012-01-18 23:30:34 +04:00
b9f7718063 added __toString() for MongoDbCommands 2011-12-06 16:22:37 +04:00
71cc211c4f modified classes for GeneralException thrown 2011-12-06 14:05:18 +04:00
a02c3992bd added __toString() to MongoCommand - need to implement in subclasses 2011-11-24 19:24:05 +04:00
a87845980d added methods to MongoDriver for custom commands, findAndModify, count 2011-11-22 18:41:32 +04:00
7e8fe0f94d modified model classes with tests 2011-11-22 18:41:32 +04:00
5bff74f20b added MongoStatement class, modified DbDriver hierarchy 2011-11-22 18:41:31 +04:00
229a39d682 modified MongoCommand classes 2011-11-22 18:41:31 +04:00
1f0bfb131b MongoCommand hierarchy created 2011-11-22 18:41:31 +04:00