Commit Graph

70 Commits

Author SHA1 Message Date
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
qiang.xue
15686b3b7a updated guide to reflect change in skeleton application and crud code. 2009-12-26 20:56:05 +00:00
qiang.xue
860c4be8bb Added CDbCriteria::with. 2009-12-12 03:58:24 +00:00
qiang.xue
4e11846ba4 merge from 1.0 2009-06-26 21:16:33 +00:00
qiang.xue
7fd0cd95f1 * Changed the default table alias to be the same as the corresponding relation name in Active Record. 2009-06-13 20:26:35 +00:00
qiang.xue
79178ec2a4 * Changed the default behavior for AR eager loading so that it generates and executes a single SQL statement 2009-06-13 18:34:44 +00:00
qiang.xue
9526a63b23 merge from 1.0 2009-05-12 17:59:03 +00:00
qiang.xue
c7a996249b merge from 1.0 2009-05-06 03:36:09 +00:00
qiang.xue@gmail.com
b124980319 merge from 1.0 2009-04-21 15:16:03 +00:00
qiang.xue
a2d8907c6a merge from 1.0 2009-04-05 21:36:33 +00:00
qiang.xue
f7bb9227f3 merge from 1.0 2009-03-20 17:31:09 +00:00