Commit Graph

63 Commits

Author SHA1 Message Date
Qiang Xue
0e143338d7 Finished refactoring find() . 2014-04-07 16:29:12 -04:00
Alexander Makarov
75154d351d Refactored AR find 2014-04-07 09:43:03 +04:00
Qiang Xue
8b4dfcc876 Fixes #2955: Changed the signature of ActiveQuery constructors and ActiveRecord::createQuery() to simplify customizing ActiveQuery classes 2014-04-03 10:36:52 -04:00
Qiang Xue
4a0123ed8a AR doc improvement [skip ci] 2014-03-30 23:17:32 -04:00
Alexander Makarov
ab799d8ea9 Fixes #2911: Removed tbl_ default for table prefix 2014-03-30 19:33:46 +04:00
Qiang Xue
1539a3259c AR doc cleanup. 2014-03-29 22:05:33 -04:00
Qiang Xue
eaaf5f02a3 replaced tabs with spaces in docs. 2014-03-23 18:47:04 -04:00
Alexander Makarov
7e5e3155f2 Merge branch 'ar-default-values' 2014-03-20 14:09:58 +04:00
Alexander Makarov
2c4a6066c3 Fixed typo 2014-03-20 01:56:34 +04:00
Alexander Makarov
5c3e4fa4ba Adjusted unit tests, added description to docs 2014-03-19 23:07:56 +04:00
Alexander Makarov
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
Alexandr
0b47d9a892 small doc fix in active-record 2014-03-11 12:22:31 +07:00
AlexGx
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
Carsten Brandt
4f2873c1b7 doc typo 2014-02-24 15:15:04 +01:00
Qiang Xue
3a6b934104 Fixes #698 2014-02-22 20:48:49 -05:00
Carsten Brandt
26717e3e76 allow referencing the guide from API docs 2014-02-22 13:43:57 +01:00
Carsten Brandt
cdb1221a40 fixed docs about AR scopes 2014-02-21 19:17:44 +01:00
Carsten Brandt
505762d49c updated docs about active relation 2014-02-21 18:53:28 +01:00
Carsten Brandt
2a7df8f17c Update active-record.md
typo
2014-02-19 03:18:29 +01:00
Qiang Xue
c92a260a3d Fixes #2415: Added support for inverse relations 2014-02-18 19:43:05 -05:00
Qiang Xue
9a068f50f4 Refactored batch query. 2014-02-15 11:22:48 -05:00
Qiang Xue
1571c72251 Fixes #2409: Added support for fetching data from database in batches 2014-02-14 16:45:46 -05:00
Qiang Xue
a6e45c43a4 ar doc. 2014-02-09 13:39:34 -05:00
Qiang Xue
42e4e89796 doc fix. 2014-02-01 10:47:22 -05:00
Qiang Xue
8236bc8b85 doc improvement. 2014-02-01 10:45:38 -05:00
Qiang Xue
ba1a0e996f Fixes #2260. 2014-02-01 10:33:39 -05:00
Carsten Brandt
8bf9184729 edited the guid. fixed a huge bunch of links, hopefully all :) 2014-01-30 15:24:45 +01:00
Carsten Brandt
e1a8fa1dff apidoc reference fixes 2014-01-29 19:46:45 +01:00
Carsten Brandt
020fd1843a documentation link fixes 2014-01-29 19:33:30 +01:00
Paul Kofmann
dc318e27aa Minor fixes in active-record.md 2014-01-22 15:01:29 +01:00
Alexander Makarov
76705b4319 Merge branch 'master'
Conflicts:
	tests/unit/data/ar/elasticsearch/Customer.php
2014-01-22 03:06:21 +04:00
Alexander Makarov
c978b9c25e Merge pull request #2057 from creocoder/auto-timestamp-field-renaming
AutoTimestamp field renaming
2014-01-19 02:13:10 -08:00
Alexander Makarov
04b6baa827 Added hints for defining AR relations to docs 2014-01-19 13:56:59 +04:00
Alexander Kochetov
e4963f50b2 Guide updated 2014-01-19 13:50:20 +04:00
Alexander Makarov
28986f984c Changed IDE-specific method overrides to @method 2014-01-19 04:03:30 +04:00
Alexander Makarov
9faf0c5a09 Updated Making it IDE-friendly section in AR scopes doc 2014-01-19 03:44:57 +04:00
Alexander Makarov
a19f499cbf Added missing return to docs 2014-01-18 16:54:58 +04:00
Alexander Makarov
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
Kartik Visweswaran
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
Qiang Xue
c4c328dc92 Fixes #1791: support ON condition for relational query. 2014-01-06 23:56:58 -05:00
Qiang Xue
0345191245 Added ActiveQuery::innerJoinWith(). 2013-12-24 21:27:13 -05:00
Qiang Xue
dc720d9bf4 more docs about joinwith() 2013-12-24 09:29:05 -05:00
Qiang Xue
4f44bb2416 Fixes #1581: Added ActiveQuery::joinWith() to support joining with relations 2013-12-24 00:08:49 -05:00
Qiang Xue
65d72eb75b updated doc about using scopes. 2013-12-19 11:12:51 -05:00
Qiang Xue
41fbfcbd80 doc fix. 2013-12-11 14:28:36 -05:00
Alexander Kozhevnikov
ebd6850599 Fixed parent function call in afterSave code example 2013-12-04 15:50:43 +03:00
Panagiotis Moustafellos
58bd2fb958 Only whitespace removal 2013-11-27 20:19:56 +02:00
Luciano Baraglia
dc6f04d4a6 Docs typo [skip ci] 2013-10-22 04:53:33 -03:00