Commit Graph

132 Commits

Author SHA1 Message Date
qiang.xue
dc99b7cdeb (Fixes issue 1868) 2011-03-14 00:28:38 +00:00
qiang.xue
064eb0078f (Fixes issue 1993) 2011-03-13 13:09:46 +00:00
qiang.xue
1750987fcd (Fixes issue 2111) 2011-03-11 20:09:47 +00:00
alexander.makarow
78bf76d3ae (Fixes issue 1117) Added support for "through" in Active Record relations allowing to handle association table data 2011-02-28 17:19:09 +00:00
alexander.makarow
2ab981b454 reverted method chaining support 2011-02-24 16:42:44 +00:00
alexander.makarow
75041e8620 Chained calls are now possible for most framework class setters and methods not returning a value 2011-02-23 20:20:28 +00:00
alexander.makarow
00b28076b6 rolled back r2994 2011-02-23 11:56:11 +00:00
alexander.makarow
44b310c295 The 'condition' declared in the scopes of the related AR classes will now be put in the 'WHERE' clause when performing relational AR queries 2011-02-23 02:35:14 +00:00
alexander.makarow
486acc4f5c (Fixes issue 558) Added parametrized named scopes, added scopes to criteria, implemented scope criteria merging 2011-02-19 00:11:00 +00:00
alexander.makarow
e19e09391f 2011-02-17 19:38:58 +00:00
qiang.xue
22621c5d08 * Added support for query caching. 2011-02-11 03:48:01 +00:00
alexander.makarow
323618f5cc isset($model->x) and isset($model['x']) are now identical for CActiveRecord models 2011-01-07 05:07:34 +00:00
qiang.xue
4be0af6917 changed copyright year. 2011-01-01 19:31:13 +00:00
qiang.xue
16e6a2ada6 (Fixes issue 1914) 2010-12-28 16:18:06 +00:00
qiang.xue
83c835726b (Fixes issue 1902) 2010-12-28 16:02:35 +00:00
qiang.xue
63d013b3e7 (Fixes issue 1905) 2010-12-17 16:34:50 +00:00
alexander.makarow
fe4a9fabb3 (Fixes issue 1898) Fixed CActiveRecord count method docuementation 2010-12-16 22:23:25 +00:00
qiang.xue
4c7479d1f5 (Fixes issue 1740) 2010-11-11 16:12:42 +00:00
qiang.xue
1ce05a4c65 index fix. 2010-11-10 20:36:46 +00:00
qiang.xue
3ec86f5cc5 (Fixes issue 1734) 2010-11-07 04:04:06 +00:00
qiang.xue
c5c2f86aa2 * (Fixes issue 1644) Added CModel::onAfterConstruct event and allowed CModelBehavior to respond to this event 2010-11-02 18:03:49 +00:00
qiang.xue
b5bcc65b08 (Fixes issue 1647) 2010-11-02 15:22:45 +00:00
qiang.xue
5e960d8782 * (Fixes issue 1667) Added CDbCriteria::index to support indexing the AR query result array with the specified attribute values 2010-11-01 21:05:22 +00:00
mdomba
3e27374d6a Fixed some typos in PHPdoc 2010-09-23 14:14:20 +00:00
mdomba
72b974560b Updated PHPDoc @param parameter names 2010-09-23 13:28:52 +00:00
mdomba
ef2ca77957 added PHPDoc param where needed 2010-09-23 12:34:33 +00:00
qiang.xue
33f8ad5810 (Fixes issue 1597) 2010-09-18 20:02:19 +00:00
mdomba
52d1a65821 Aded few method descriptions... 2010-09-14 12:34:08 +00:00
qiang.xue
2b30f34a47 (Fixes issue 1531) 2010-09-03 12:08:36 +00:00
qiang.xue
28a251bd44 Fixed event raising bug. 2010-08-31 12:40:04 +00:00
qiang.xue
1f1d64c0b5 Fixed some issues caused by recent check-ins. 2010-08-30 20:59:43 +00:00
alexander.makarow
f81afd5da2 (Fixes issue 698) Now you can get and modify criteria of the current query in beforeFind() event handler 2010-08-30 20:17:27 +00:00
qiang.xue
3a3ce8bbd3 (Fixes issue 1087) 2010-08-30 20:06:22 +00:00
qiang.xue
720aab955f * (Fixes issue 954) Refactored CActiveRecord and CActiveFinder so that CActiveRecord::with() always returns the AR object itself 2010-08-30 19:04:44 +00:00
qiang.xue
32a268813b (Fixes issue 1486) 2010-08-24 19:50:49 +00:00
qiang.xue
0d970593c6 (Fixes issue 1358) 2010-07-30 00:36:04 +00:00
qiang.xue
a1f3e2bc6c (Fixes issue 1359) 2010-07-21 17:07:05 +00:00
qiang.xue
6724d5c3a1 (Fixes issue 1400) 2010-07-20 18:03:29 +00:00
qiang.xue
e8d3a3da8f (Fixes issue 1109) 2010-06-25 20:16:41 +00:00
qiang.xue
775a69341a (Fixes issue 1323) 2010-06-25 19:18:18 +00:00
qiang.xue
f0420d673a (Fixes issue 1326) 2010-06-25 18:12:01 +00:00
qiang.xue
55eb44a3c5 2010-06-23 04:14:36 +00:00
qiang.xue
d75e3d5547 * Added support to allow passing an AR finder as the first parameter of the constructor of CActiveDataProvider. 2010-06-10 03:49:18 +00:00
qiang.xue
05be092181 (Fixes issue 1267) 2010-05-30 15:08:46 +00:00
alexander.makarow
be80791364 CActiveRecord::beforeFind event is now triggered in all cases including related models with both lazy and eager loading 2010-05-20 18:20:02 +00:00
qiang.xue
b7077c9c5e 2010-05-20 01:28:14 +00:00
alexander.makarow
c94bafb378 (Fixes issue 1227) CActiveRecord::resetScope doesn't work with default scope 2010-05-19 18:08:34 +00:00
alexander.makarow
90a544b67d IDE code completion for CActiveRecord::attributes 2010-05-19 17:28:41 +00:00
qiang.xue
4a028f1ea0 * (Fixes issue 1183) Added support to retrieve the currently active table alias in AR scopes 2010-05-13 22:10:19 +00:00
alexander.makarow
089223f719 Changed table names in CActiveRecord phpdoc to Yii 1.1 lowercase_with_underscore convention 2010-05-11 23:02:32 +00:00