89 Commits (cabb17b3c4529066c4c083a3b185b15e5240739e)

Author SHA1 Message Date
Alexander Demidov 3b390d968b Обработка массива term в условии where и строк в том числе. 11 years ago
Alexander Demidov d1c8ecf850 Modifie SqlCriteria.count() - force to use custom sql_expression. 11 years ago
Alexander Demidov d3b79e594f Use placeholders for table names in join operations. Correct use count with use join connections. 11 years ago
Alexander Demidov 5f9c295c01 DIGITEC-314 Ошибка скрипта импорта 11 years ago
Alexander Demidov 6b0bf4058e DIGITEC-312 поиск на мобильной версии. зависание 11 years ago
Alexander Demidov 2cb51015e6 Fix in SqlResultProvider.getKeys(). 11 years ago
Alexander Demidov 3272d7a903 Add SqlCriteria.join(). Refactoring SqlResultCollection (add SqlResultCollection). 11 years ago
Alexander Demidov a090d52676 DIGITEC-222 - Автофиллинговые параметры должны иметь постоянный идентификатор 11 years ago
Alexander Demidov 94addf4ca9 Correct SqlResultProvider::fetchField() to work with empty results. 11 years ago
Alexander Demidov 7486ab5cf1 Add MySQLiStatement::getMysqliResult() 11 years ago
Alexander Demidov 8b17a8f911 MEBLOG-39 - Вывод наименование каталога 11 years ago
Alexander Demidov 153d6fa20a Correct ordering params in SqlCriteria::order() 11 years ago
Alexander Demidov 4878b32641 Add group by support in sql criteria. 11 years ago
Alexander Demidov 1ea6c5acdd Применение функции trim в методе SqlCriteria.select() 11 years ago
Alexander Demidov 5d7162480a Добавлен метод whereNot - повтор для whereNotIn 11 years ago
Alexander Demidov 3263af5e18 Add method SqlCriteria.whereNotIn(). 11 years ago
Alexander Demidov 40e049c93e Корректировка в методе SqlCriteria.select(). 11 years ago
Alexander Demidov 559d779576 Update placeholder regular expression SqlDbDriver.quoteIdentifier(). 11 years ago
Alexander Demidov 6890827f17 Fix in MySQLiStatement.mapPlaceholders() Use strictly placeholder names started with A-z symbol. 11 years ago
Alexander Demidov 9a881f6560 Extend SqlCriteria::select() - use array or string for setting multiple fields of one call that method. 11 years ago
Alexander Demidov 3f6b2adefd SqlDbDriver quote identifier - add checking for string as placeholder. 11 years ago
Alexander Demidov e06ddba773 Correct call fetchAll in SqlModel.find(). 11 years ago
Alexander Demidov 9ab3bfc0da Add TODO in SqlResultProvider. 11 years ago
Alexander Demidov dff9c0b2af Refactoring SqlCriteria, SqlModel. Add SqlResultProvider.fetchField(). 11 years ago
Alexander Demidov 72c38e641d Refactoring assoc use in SqlResultProvider. Write SqlCriteria.find() method. 11 years ago
Alexander Demidov ab01d0a41f Refactoring. Add SqlResultProvider. Add TODO in SqlDbDriver.whereExpr(). 11 years ago
Alexander Demidov 2cb56ad228 Refactoring. Fix errors. Add SqlModel.assoc*() methods. 11 years ago
Alexander Demidov 732b1ca8a5 Refactoring SqlModel.find() add SqlModel.criteria(). Add critera data keys as constants in SqlModel. 11 years ago
Alexander Demidov c890d082aa Add SqlCriteria class. Add SqlModel.find() with use SqlCriteria. 11 years ago
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). 13 years ago
Anton Grebnev d5ae133478 added test for findAndModify if no item in collection and test for eval 13 years ago
Anton Grebnev 950d1f4a9a modified MongoDbCommand __toString output 13 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