98 Commits (b53324437973d3c42b8aeca81b7b3a29d1d04bd8)

Author SHA1 Message Date
Carsten Brandt 30f003381d revised AR documentation 9 years ago
Carsten Brandt f68e970de2 link to PHP classes just as we do with normal classes 9 years ago
Carsten Brandt ec76a3015a use yii\base\Event in BaseAR to fix phpdoc reference 9 years ago
Carsten Brandt 0959b5d28e updated docs about dirty attributes 9 years ago
Klimov Paul 467596633d Code optimization 9 years ago
Klimov Paul 51a442d6c8 Fixed `yii\db\ActiveRecord` does not updates attribute specified at `optimisticLock()` after save 9 years ago
Carsten Brandt cca47b5469 ensure primary key string comparison is made identical 9 years ago
Qiang Xue 42fd70b2a1 exception message fix 10 years ago
Carsten Brandt b0be36668e slight refactoring for #8179 10 years ago
Thiago Talma 4970fb1e95 if...else 10 years ago
Thiago Talma 4bb9ec8906 new param 10 years ago
Thiago Talma 815ca6b444 Compare it equals 10 years ago
Klimov Paul 1c1cfd5e2d `yii\db\BaseActiveRecord::getAttributeLabel()` refactored to be recursive 10 years ago
Klimov Paul f617618172 `yii\db\BaseActiveRecord::getAttributeHint()` added 10 years ago
Carsten Brandt 5635a97fa2 Update BaseActiveRecord.php 10 years ago
Klimov Paul 6d96d3cbee Fixed `yii\db\BaseActiveRecord::updateCounters()` fails for new record saved with counter attribute not set 10 years ago
Qiang Xue 99a612e1a6 Finished AR guide [skip ci] 10 years ago
Qiang Xue bd20b30b89 AR guide WIP [skip ci] 10 years ago
Alexander Kochetov 29f5dc37a5 Correct phpDoc for return in several cases 10 years ago
Carsten Brandt 89d1e55f91 phpdoc fix, close #7404 10 years ago
Alexander Makarov 6481d13494 Optimized checks order in conditions 10 years ago
Angel Faryshta Guevara ffe940180c simplify findByCondition 10 years ago
Alexander Kochetov d5176a463f better exception message 10 years ago
Carsten Brandt 073982ab0a Update BaseActiveRecord.php 10 years ago
Qiang Xue 83b0b3d480 Fixes #6311: Optimistic lock for ActiveRecord does not work as expected 10 years ago
Carsten Brandt 38d0570843 fixed unlink() for array valued attributes 10 years ago
Alexander Makarov cba52e3c5e Fixes #5382: renamed "pivot table" to "junction table" since it's correct term to use 10 years ago
Qiang Xue aeaf0511d2 Fixes #3725: Fixed the bug that the filtering condition used in relation definition was ignored when calling `ActiveRecord::unlinkAll()` 10 years ago
Qiang Xue 7cf358af03 Fixes #4607: AR model will throw an exception if it does not have a primary key to avoid updating/deleting data massively 10 years ago
RichWeber 92cd13a913 pull origin 10 years ago
Alexander Makarov 0edd8bc65a Fixed missing and incorrect phpdoc 10 years ago
miramir 67bd4972ba Check availabilty field in BaseActiveRecord::populateRecord 10 years ago
Carsten Brandt d036d2f5bf add support for array valued attr relations to unlink and link 10 years ago
Qiang Xue 05e21b7291 Fixes #4135 10 years ago
Carsten Brandt 1085f1bd9b cleanup after #4092 10 years ago
Vladimir Zbrailov 7113a23a45 change PhpDoc of param 10 years ago
Vladimir Zbrailov 44f20c61a0 changedAttributes of AfterSaveEvent contain an old values 10 years ago
Qiang Xue 86f06677e9 Refactored AR findOne() and findAll(). 10 years ago
Carsten Brandt 7b13c370e9 fixes #3681, disambiguate PK in findOne and findAll 10 years ago
Carsten Brandt edb95052e8 use an AfterSaveEvent class to be consistent 10 years ago
Carsten Brandt b0fb04efd4 fixed test break and wrong parameter 10 years ago
Carsten Brandt 0899b8d474 changed updateAttributes to be more simple update 10 years ago
Carsten Brandt 2cab70b064 Ensure consistent behavior in ActiveRecord::afterSave() 10 years ago
Alexander Makarov 0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 10 years ago
Carsten Brandt d92281dcda refactored ActiveRecord::unlinkAll() to work will noSQL 10 years ago
Alexander Makarov a5c4a0ebb4 Adjusted BaseActiveRecord code for better noSQL compatibility 10 years ago
NmDimas 5599a86a81 Add support all type relation 10 years ago
NmDimas e11ec66b06 add change to CHANGELOG,and mini refactoring 10 years ago
NmDimas a047bf2cd6 Method to unlink all relationship many to many in current model 10 years ago
Alexander Kochetov d041116b94 `BaseActiveRecord::findAll()` comment fix 11 years ago