Commit Graph

80 Commits

Author SHA1 Message Date
Klimov Paul
0d0fd50000 Eager loading note added to 'Relational Query Options' docs 2014-04-16 11:11:59 +03:00
Carsten Brandt
d2aab58d09 Merge PR #2705 branch '1849-additions' of https://github.com/resurtm/yii
* '1849-additions' of https://github.com/resurtm/yii:
  Additions to #1849.
  removed unnecessary spaces
  replaced spaces to tabs
  fix changelog
  fix changelog
  #1515  Use index support in relations
2014-01-28 12:06:38 +01:00
Carsten Brandt
8147c1ca1b doc fix, fixes #3178 2014-01-28 11:19:44 +01:00
Paul Klimov
2c2f25ba41 Commit 797237c reverted 2014-01-22 13:47:05 +02:00
Paul Klimov
797237c7fa Docs: example for HAS_ONE relation fixed. 2014-01-22 13:33:36 +02:00
resurtm
87deced5b0 Additions to #1849. 2013-07-31 10:21:49 +06:00
Alexander Makarov
c5607fe467 corrected docs regarding through changes 2013-06-04 00:31:15 +04:00
softark
146222c71b Better wording for tips about table alias 2013-04-27 22:45:37 +09:00
softark
cf66b6c90b docs/guide/database.arr.txt Added tips on table's alias 2013-04-27 15:44:09 +09:00
resurtm
1ec8975eba Fixes #2342. Additional note on STAT relational type. 2013-04-15 17:44:59 +06:00
Qiang Xue
d505aadfdb Fixed CTestCase for PHPUnit 3.7.10.
Fixed errors in generating guide PDFs.
2012-12-27 22:27:32 -05:00
Alexander Makarov
381aab383f Merge pull request #1427 from acorncom/doc-fix-ar-lazy-loading-with-scopes
[ci skip] Doc update: added info about AR lazy-loading relationship scoping syntax
2012-09-19 02:33:36 -07:00
David Baker
12cc234f05 Documentation of AR lazy-loading relationship scoping syntax 2012-09-18 20:52:04 -06:00
Alexander Makarov
e288b1b4a7 Merge remote-tracking branch 'acorncom/documentation-patch' 2012-09-08 15:14:54 +04:00
Thanasis Fotis
13b70c715f Update docs/guide/database.arr.txt
minor typo
2012-08-30 14:43:14 +03:00
David Baker
365739908e Formatting tweaks 2012-07-19 17:52:16 -06:00
David Baker
c93704f70b Tweak to ellipsis location 2012-07-19 17:30:41 -06:00
David Baker
e0f4b75113 Added in ... to the docs 2012-07-19 08:43:25 -06:00
David Baker
d5499db580 Small doc fix to clarify how to use parameterized named scopes 2012-07-18 19:50:41 -06:00
mdomba (mdwork)
3aee5017b7 doc fixes for proper PDF creation 2012-02-27 10:44:56 +01:00
alexander.makarow
03b1287a85 (Fixes issue 3058) 2011-12-30 20:32:29 +00:00
alexander.makarow
cefba5a69e fixed the rest of through examples 2011-10-13 18:18:13 +00:00
alexander.makarow
5bcb07f752 (Fixes issue 2647) Fixed inconvenient way of defining through relation.
(Fixes issue 2646)
(Fixes issue 2706) Added ability to join on a specific keys.
2011-10-13 17:41:55 +00:00
alexander.makarow
988ec889ef docs: added missing ) 2011-09-28 21:43:54 +00:00
alexander.makarow
1caa85c768 (Fixes issue 2725) 2011-09-14 21:44:14 +00:00
alexander.makarow
bee09ab8d3 (Fixes issue 2282) 2011-08-05 23:50:05 +00:00
alexander.makarow
320ac8b60e 2011-07-06 22:04:50 +00:00
alexander.makarow
1680724f1f (Fixes issue 2029) Added scope support to Model::relations() 2011-07-06 21:49:58 +00:00
alexander.makarow
8bb05b89ca (Fixes issue 2247) Fixed typos in and clarified HAS_ONE through and HAS_MANY through 2011-03-26 12:21:47 +00:00
alexander.makarow
b0314599e8 docs: missing array() 2011-03-25 00:02:26 +00:00
alexander.makarow
a879cb609b docs: added docs for HAS_ONE through and HAS_MANY through 2011-03-24 22:35:54 +00:00
alexander.makarow
b4feae6cd0 docs: added back note about scopes and parametrization 2011-03-24 19:44:35 +00:00
alexander.makarow
f2d2d849a6 Mentioned the fact MySQL’s MyISAM engine does not support foreign keys at all. 2011-03-13 11:44:46 +00:00
alexander.makarow
aac17055e0 2011-02-26 01:39:46 +00:00
alexander.makarow
286d95aac3 Added ability to perform Relational JOIN without getting related models 2011-02-25 22:54:03 +00:00
alexander.makarow
754d0be873 Docs about passing parameters to relation scopes 2011-02-20 04:08:16 +00:00
qiang.xue
44d779eb2f removed 1.0 version information in guide. 2011-01-18 15:58:34 +00:00
qiang.xue
16e6a2ada6 (Fixes issue 1914) 2010-12-28 16:18:06 +00:00
qiang.xue
9fa964848f (Fixes issue 1511) 2010-08-28 18:57:21 +00:00
qiang.xue
0d970593c6 (Fixes issue 1358) 2010-07-30 00:36:04 +00:00
qiang.xue
f0420d673a (Fixes issue 1326) 2010-06-25 18:12:01 +00:00
alexander.makarow
670cf85714 documentation fixes 2010-04-22 16:42:16 +00:00
alexander.makarow
1fc3c55862 (Fixes issue 1037) wrong assertion on SQLite in database.arr doc 2010-04-20 21:47:59 +00:00
qiang.xue
59155c58ee (Fixes issue 796) 2010-01-08 05:08:29 +00:00
qiang.xue
fcd6bd391f reverted back the previous changes. 2010-01-08 03:42:07 +00:00
qiang.xue
ff0059baf3 * Changed the alias name for the primary table in a relational AR query to be fixed 't'. 2010-01-08 03:04:35 +00:00
qiang.xue
c3a19fedbd 2009-12-29 18:47:09 +00:00
qiang.xue
f78de4fa27 2009-12-29 18:44:31 +00:00
qiang.xue
55f22ae6ba 2009-12-29 18:33:23 +00:00
qiang.xue
28ddc0012f doc fix. 2009-12-27 22:16:43 +00:00