|
a2b4ef0f82
|
Fixes #876.
|
2013-09-14 08:35:37 -04:00 |
|
|
c6f4dac249
|
Refactored AR code.
|
2013-09-11 13:41:47 -04:00 |
|
|
ca69ef09d4
|
update of @property annotations
|
2013-08-28 14:59:52 +02:00 |
|
|
a042d20c22
|
Use hasAttribute() instead to avoid code duplication
|
2013-08-10 02:31:49 +07:00 |
|
|
4727ac8f1d
|
Refactored the feature of transactional operations.
|
2013-08-07 22:22:23 -04:00 |
|
|
6823fdedaf
|
Fixes #717: Added ActiveRecord::hasAttribute()
|
2013-08-04 07:59:28 -04:00 |
|
|
c091248e0d
|
ActiveRecord::getNamespacedClass() call style
|
2013-08-01 17:19:44 +04:00 |
|
|
02581c59e7
|
Make ActiveRecord::getNamespacedClass() static
|
2013-07-31 18:56:36 +04:00 |
|
|
a4239efa7c
|
Fixes #637.
|
2013-07-18 08:05:09 -04:00 |
|
|
dc2843a2d7
|
Fixes #622.
|
2013-07-14 19:03:43 -04:00 |
|
|
bb2e19faa5
|
ActiveRecord::setOldAttribute() bugfix
|
2013-06-22 21:41:11 +04:00 |
|
|
8de3ffabfe
|
ActiveRecord::setAttribute() bugfix
|
2013-06-22 18:12:51 +04:00 |
|
|
c210de9d71
|
Merge pull request #556 from creocoder/php5.3-way-to-get-namespace
Model::formName() and ActiveRecord::getNamespacedClass() PHP 5.3 way
|
2013-06-19 05:13:52 -07:00 |
|
|
826c83c301
|
ActiveRecord::getNamespacedClass() correct PHP 5.3 code
|
2013-06-19 15:28:47 +04:00 |
|
|
732e438473
|
Fixed typo in the \yii\db\ActiveRecord::isOperationAtomic() method.
|
2013-06-18 23:02:21 +06:00 |
|
|
03e07f4340
|
cleaned up "use" statements.
|
2013-06-14 22:42:55 -04:00 |
|
|
2376730452
|
better check of existence of tables.
|
2013-06-04 18:11:50 -04:00 |
|
|
0a5b7a5960
|
docs: Be explicitly clear about ActiveRecord::create()
|
2013-05-27 23:51:01 +02:00 |
|
|
689080519e
|
Added support for previous exceptions
PHP supports exception stacks since 5.3 so we should use it.
Also Errorhandler is now able to display the stack: #297
|
2013-05-26 04:38:13 +02:00 |
|
|
641e6ee7cf
|
ported inflection methods from StringHelper to Inflector helper class
|
2013-05-22 08:34:17 +02:00 |
|
|
f72105166c
|
reorganized the main repo to satisfy PSR-0.
|
2013-05-21 21:19:05 -04:00 |
|