29 Commits (8c0b075bedd4201296239a0fae32c6b745947a4b)

Author SHA1 Message Date
Carsten Brandt 30f003381d revised AR documentation 9 years ago
Qiang Xue e6b09bb82f Fixes #7888 doc fix [skip ci] 10 years ago
Carsten Brandt 89d1e55f91 phpdoc fix, close #7404 10 years ago
Alexander Kochetov 6cfbd8d548 Fixed ActiveRecordInterface phpDoc 10 years ago
Alexander Kochetov 08e54c522c Fixed ActiveRecordInterface phpDoc 10 years ago
Alexander Makarov cba52e3c5e Fixes #5382: renamed "pivot table" to "junction table" since it's correct term to use 10 years ago
Carsten Brandt d4237b8e50 Update ActiveRecordInterface.php 10 years ago
Alexander Makarov 03efbc4ca8 Added getDb() to ActiveRecordInterface in order for BaseActiveRecord to have stricter contract 10 years ago
Carsten Brandt 9e0a157fa5 improved docs for AR::findAll() 11 years ago
Carsten Brandt 3c400dbca8 fixed file PHPdoc 11 years ago
Qiang Xue 0b29c9607d fixed broken API links [skip ci] 11 years ago
Carsten Brandt fa767ceaca renamed attributes to attributeNames in model 11 years ago
Ricardo Obregón e16a3e6192 Fixed typo in phpDoc for findAll function 11 years ago
Qiang Xue 0e143338d7 Finished refactoring find() . 11 years ago
Alexander Makarov 75154d351d Refactored AR find 11 years ago
Qiang Xue 8b4dfcc876 Fixes #2955: Changed the signature of ActiveQuery constructors and `ActiveRecord::createQuery()` to simplify customizing ActiveQuery classes 11 years ago
Qiang Xue 338b6aa7d3 Refactored ActiveRecord::find() so that find(null) will also return an ActiveRecord instance instead of ActiveQuery. 11 years ago
Carsten Brandt bf3c75147d reverted breaking PHPdoc codestyle changes 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Qiang Xue 9b8ffdfacc Fixes #2653: Fixed the bug that unsetting an unpopulated AR relation would trigger exception (qiangxue) 11 years ago
Carsten Brandt 80cc310895 updated phpdoc references of BaseAR to the interface 11 years ago
Carsten Brandt 505762d49c updated docs about active relation 11 years ago
Carsten Brandt cb8237c1b7 merged ActiveQueryInterface and ActiveRelatioInterface 11 years ago
Carsten Brandt 3b40d44909 made createQuery() config param optional 11 years ago
Carsten Brandt 1708a36d95 WIP merge ActiveRelation into ActiveQuery 11 years ago
Carsten Brandt 262189533a huge amount of documentation link fixes 11 years ago
Qiang Xue f6dd6fa2e9 Renamed `ActiveRecordInterface::createActiveRelation()` to `createRelation()` 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago
Qiang Xue d5f40b42cf Added ActiveRecordInterface::getOldPrimaryKey(). 11 years ago
Carsten Brandt 43f19e8aee use andWhere() in AR::find() to work properly with default scope 11 years ago
Carsten Brandt c3eb4d926c created BaseActiveRecord 11 years ago
Carsten Brandt 9238434db7 ActiveRecord Interface 11 years ago