|
4a0123ed8a
|
AR doc improvement [skip ci]
|
2014-03-30 23:17:32 -04:00 |
|
|
ab799d8ea9
|
Fixes #2911: Removed tbl_ default for table prefix
|
2014-03-30 19:33:46 +04:00 |
|
|
1539a3259c
|
AR doc cleanup.
|
2014-03-29 22:05:33 -04:00 |
|
|
eaaf5f02a3
|
replaced tabs with spaces in docs.
|
2014-03-23 18:47:04 -04:00 |
|
|
7e5e3155f2
|
Merge branch 'ar-default-values'
|
2014-03-20 14:09:58 +04:00 |
|
|
2c4a6066c3
|
Fixed typo
|
2014-03-20 01:56:34 +04:00 |
|
|
5c3e4fa4ba
|
Adjusted unit tests, added description to docs
|
2014-03-19 23:07:56 +04:00 |
|
|
32365e8180
|
Fixes #2805
|
2014-03-19 18:15:04 +04:00 |
|
|
0c59beb2ca
|
small typo fix
change usual code style to php code style
|
2014-03-17 10:43:23 +03:00 |
|
|
0b47d9a892
|
small doc fix in active-record
|
2014-03-11 12:22:31 +07:00 |
|
|
c2ea7670f4
|
fix doc code according to yii2 core code style (When instantiating class it should be new MyClass(); instead of new MyClass;.)
|
2014-03-01 10:55:51 +02:00 |
|
|
4f2873c1b7
|
doc typo
|
2014-02-24 15:15:04 +01:00 |
|
|
3a6b934104
|
Fixes #698
|
2014-02-22 20:48:49 -05:00 |
|
|
26717e3e76
|
allow referencing the guide from API docs
|
2014-02-22 13:43:57 +01:00 |
|
|
cdb1221a40
|
fixed docs about AR scopes
|
2014-02-21 19:17:44 +01:00 |
|
|
505762d49c
|
updated docs about active relation
|
2014-02-21 18:53:28 +01:00 |
|
|
2a7df8f17c
|
Update active-record.md
typo
|
2014-02-19 03:18:29 +01:00 |
|
|
c92a260a3d
|
Fixes #2415: Added support for inverse relations
|
2014-02-18 19:43:05 -05:00 |
|
|
9a068f50f4
|
Refactored batch query.
|
2014-02-15 11:22:48 -05:00 |
|
|
1571c72251
|
Fixes #2409: Added support for fetching data from database in batches
|
2014-02-14 16:45:46 -05:00 |
|
|
a6e45c43a4
|
ar doc.
|
2014-02-09 13:39:34 -05:00 |
|
|
42e4e89796
|
doc fix.
|
2014-02-01 10:47:22 -05:00 |
|
|
8236bc8b85
|
doc improvement.
|
2014-02-01 10:45:38 -05:00 |
|
|
ba1a0e996f
|
Fixes #2260.
|
2014-02-01 10:33:39 -05:00 |
|
|
8bf9184729
|
edited the guid. fixed a huge bunch of links, hopefully all :)
|
2014-01-30 15:24:45 +01:00 |
|
|
e1a8fa1dff
|
apidoc reference fixes
|
2014-01-29 19:46:45 +01:00 |
|
|
020fd1843a
|
documentation link fixes
|
2014-01-29 19:33:30 +01:00 |
|
|
dc318e27aa
|
Minor fixes in active-record.md
|
2014-01-22 15:01:29 +01:00 |
|
|
76705b4319
|
Merge branch 'master'
Conflicts:
tests/unit/data/ar/elasticsearch/Customer.php
|
2014-01-22 03:06:21 +04:00 |
|
|
c978b9c25e
|
Merge pull request #2057 from creocoder/auto-timestamp-field-renaming
AutoTimestamp field renaming
|
2014-01-19 02:13:10 -08:00 |
|
|
04b6baa827
|
Added hints for defining AR relations to docs
|
2014-01-19 13:56:59 +04:00 |
|
|
e4963f50b2
|
Guide updated
|
2014-01-19 13:50:20 +04:00 |
|
|
28986f984c
|
Changed IDE-specific method overrides to @method
|
2014-01-19 04:03:30 +04:00 |
|
|
9faf0c5a09
|
Updated Making it IDE-friendly section in AR scopes doc
|
2014-01-19 03:44:57 +04:00 |
|
|
a19f499cbf
|
Added missing return to docs
|
2014-01-18 16:54:58 +04:00 |
|
|
b119576041
|
Fixes #2016: removed ability to declare scopes in ActiveRecord leaving it to ActiveQuery. Changed documentation accordingly.
|
2014-01-17 22:07:02 +04:00 |
|
|
392f24a99b
|
Typo fix for onCondition example
|
2014-01-11 01:57:37 +05:30 |
|
|
c2c47a99ae
|
Type fix
|
2014-01-10 01:13:24 +03:00 |
|
|
c4c328dc92
|
Fixes #1791: support ON condition for relational query.
|
2014-01-06 23:56:58 -05:00 |
|
|
0345191245
|
Added ActiveQuery::innerJoinWith().
|
2013-12-24 21:27:13 -05:00 |
|
|
dc720d9bf4
|
more docs about joinwith()
|
2013-12-24 09:29:05 -05:00 |
|
|
4f44bb2416
|
Fixes #1581: Added ActiveQuery::joinWith() to support joining with relations
|
2013-12-24 00:08:49 -05:00 |
|
|
65d72eb75b
|
updated doc about using scopes.
|
2013-12-19 11:12:51 -05:00 |
|
|
41fbfcbd80
|
doc fix.
|
2013-12-11 14:28:36 -05:00 |
|
|
ebd6850599
|
Fixed parent function call in afterSave code example
|
2013-12-04 15:50:43 +03:00 |
|
|
58bd2fb958
|
Only whitespace removal
|
2013-11-27 20:19:56 +02:00 |
|
|
dc6f04d4a6
|
Docs typo [skip ci]
|
2013-10-22 04:53:33 -03:00 |
|
|
fb8e818204
|
Dropped support for supporting default namespace for classes of related models.
|
2013-10-21 23:55:20 -04:00 |
|
|
1f6a823073
|
Short array syntax
|
2013-10-18 20:52:38 +04:00 |
|
|
2ae5c23d48
|
minor doc fix.
|
2013-10-11 20:41:59 -04:00 |
|