59 Commits (645ffd9ed18a00000a5f7aa70cb760ff48ea8cb5)

Author SHA1 Message Date
Anton Terekhov b261538286 Removed dead code, `explode` will only return `false` if delimiter is empty string. In such a case `explode` will trigger warning 12 years ago
Anton Terekhov a856dd484e Removed @version and @filesource from PHPDocs 12 years ago
Anton Terekhov 1354f3d001 PHPDoc, some trailing PHP tags removed 12 years ago
Anton Grebnev 11a5968105 refactored MongoModel to hide fetch method, fixed PHPDoc errors 12 years ago
Alexander Demidov cfd6536c5f Replace constant DEBUG to use in Config. Remove start profiler from FrontController (moved to bootstrap). 12 years ago
Anton Grebnev d5ae133478 added test for findAndModify if no item in collection and test for eval 12 years ago
Anton Grebnev 950d1f4a9a modified MongoDbCommand __toString output 12 years ago
Anton Grebnev c0fa542b3c removed output buffer(ob_start/ob_end_clean) usasge in MongoDbCommand profile output 13 years ago
Anton Grebnev df491fdbbd fixed ret value on eval 13 years ago
Anton Grebnev a950ff688f updated MongoStatement to return retval on db.eval 13 years ago
Anton Grebnev 623666fb09 updated MongoDbCommand Profiler output 13 years ago
Anton Grebnev a1bfcdd78b added count() method to MongoModel 13 years ago
Anton Grebnev e5e7fdb7e6 added MongoStatement method to count results before skip/limit 13 years ago
Anton Grebnev 0140c3f4ad added condition to batchInsert against empty arrays 13 years ago
Anton Grebnev 99a528fac3 added butchInsert to mongo model 13 years ago
Anton Grebnev d1723cb87b improved MongoId processing and $fields to MongoModel::find() 13 years ago
Anton Grebnev b9f7718063 added __toString() for MongoDbCommands 13 years ago
Anton Grebnev a942745039 two TODO closed for exceptions 13 years ago
Anton Grebnev 71cc211c4f modified classes for GeneralException thrown 13 years ago
Vyacheslav Agafonov 417c58d20a Removal of debugging information 13 years ago
Vyacheslav Agafonov fb127900e1 Use function is_object() 13 years ago
Vyacheslav Agafonov 8cad3720bc Modified exception message 13 years ago
Vyacheslav Agafonov be83874392 added setExpectedException and check type Config 13 years ago
Vyacheslav Agafonov 443655064c replace Exception on GeneralException 13 years ago
Anton Grebnev a02c3992bd added __toString() to MongoCommand - need to implement in subclasses 13 years ago
Anton Grebnev a87845980d added methods to MongoDriver for custom commands, findAndModify, count 13 years ago
Anton Grebnev 54b991314d removed Model::order() to SqlModel 13 years ago
Anton Grebnev 8a2e814438 SqlDbDriver::insert - $on_duplicate parameter recovered 13 years ago
Anton Grebnev d360e7c023 added TODO for class methods 13 years ago
Anton Grebnev 7e8fe0f94d modified model classes with tests 13 years ago
Anton Grebnev e740ae7000 MongoModel class created 13 years ago
Anton Grebnev 594ec034f9 added Order, Limit, Skip methods to MongoStatement 13 years ago
Anton Grebnev 7897978261 MongoStatement::close() implemented 13 years ago
Anton Grebnev 5bff74f20b added MongoStatement class, modified DbDriver hierarchy 13 years ago
Anton Grebnev 229a39d682 modified MongoCommand classes 13 years ago
Anton Grebnev 1f0bfb131b MongoCommand hierarchy created 13 years ago
Anton Grebnev 488655b788 Mongo driver with separate CRUD commsnds, without profiler 13 years ago
Anton Grebnev 3c5a5d9603 rebuild Model package for NoSQL drivers 13 years ago
Anton Terekhov 4c408292f2 Method info on profiler 13 years ago
Anton Terekhov 165bf08c09 Reworked profiler 13 years ago
aterekhov 37bd5bb801 smart is_int() check #0 14 years ago
pzinovkin 8a6f6097bf Redis implementation, #16 14 years ago
pzinovkin 70ccc8bc26 Changed PagerAction, search and order methods of Model, #16 15 years ago
pzinovkin 117943f524 ip storing in session, #13 15 years ago
pzinovkin 7122f9c7df insert() fixed, #8 15 years ago
pzinovkin b817008f3a set variable, #8 15 years ago
pzinovkin 359a49c412 fetchPairs method, #16 15 years ago
pzinovkin 2aeaedc2ef FetchColumn method, #16 15 years ago
pzinovkin d0630c4240 ViewAction functional merged to Action, Model::inset now returns last insert id if returned or affected rows count, #16 15 years ago
pzinovkin 8fc917dca2 Memcache, refactoring, View helpers, #16 15 years ago