Olle Haerstedt
|
69d826c720
|
Some more param fixes for array access
|
2022-08-08 16:08:22 +02:00 |
|
Arhell
|
fad0c5be77
|
update links
|
2022-08-07 11:54:16 +03:00 |
|
Marco van 't Wout
|
0adb66f2a4
|
FIX: apply #[ReturnTypeWillChange] to classes that implement ArrayAccess
|
2022-03-31 14:58:29 +02:00 |
|
Marco van 't Wout
|
7de378ec72
|
FIX: apply #[ReturnTypeWillChange] to classes that implement IteratorAggregate
|
2022-03-31 14:51:34 +02:00 |
|
munawer-t
|
c3237d044d
|
Typo fix in PHPDoc
|
2013-10-23 17:56:27 +05:30 |
|
creocoder
|
05a7f34b4c
|
2607 rollback
|
2013-07-06 20:51:59 +04:00 |
|
creocoder
|
75c7b6b9f0
|
Tests, code style fixes and changelog gramar corrections
|
2013-07-05 13:04:12 +04:00 |
|
creocoder
|
238b5e5ac1
|
(CModel::prependValidator(), CModel::appendValidator()) (Enh #2259 rework)
|
2013-07-05 12:42:38 +04:00 |
|
Gustavo Salomé Silva
|
12394f1b23
|
new line after method
just to keep the standard
|
2013-03-25 06:55:45 -03:00 |
|
Gustavo Salomé Silva
|
10689390f8
|
now return $this allowing method chaining
also added @since tag
|
2013-03-25 06:45:36 -03:00 |
|
Gustavo Salomé Silva
|
33924a6a0d
|
Allow creation of new validators on the fly
This is useful for extensions and/or behaviors.
I could do it outside the model, but I think it belongs in it.
|
2013-03-25 06:22:45 -03:00 |
|
borales
|
6d19a150d4
|
Replacing spaces with tabs, removing dots
[ci skip]
|
2013-03-06 20:59:38 +02:00 |
|
borales
|
2f68a75235
|
Replacing spaces with tabs
[ci skip]
|
2013-03-06 08:48:59 +02:00 |
|
borales
|
07975cad64
|
Fixing spaces
[ci skip]
|
2013-03-06 01:06:46 +02:00 |
|
borales
|
a7af2c5371
|
Fixing some typos, PHPDocs
[ci skip]
|
2013-03-06 00:24:35 +02:00 |
|
Abdul Malik Ikhsan
|
6247adaf26
|
change copyright symbol
|
2013-01-15 18:38:02 +07:00 |
|
Abdul Malik Ikhsan
|
46c8ef0d9a
|
update copyright year
from 2011 to 2013
|
2013-01-15 17:28:17 +07:00 |
|
Alexander Kochetov
|
486723805e
|
else if => elseif
|
2012-10-03 10:20:14 +04:00 |
|
Alexander Makarov
|
d865a3bab8
|
Fixes #1057 Removed SVN ids
|
2012-09-09 22:23:45 +04:00 |
|
Alexander Makarov
|
b882048e5c
|
Fixes #1310 Improved API docs for CModel::rules and CModel::getScenario
|
2012-09-08 17:49:39 +04:00 |
|
Elvan
|
cec5e96a76
|
Small refactoring on CModel
|
2012-03-03 16:21:57 +07:00 |
|
mdomba
|
a7ef3d5d02
|
removed 1.0.x reference from documentation
|
2011-12-28 12:29:24 +00:00 |
|
alexander.makarow
|
5a90468c93
|
More accessors docs, a script to re-generate docs automatically
|
2011-10-25 00:03:52 +00:00 |
|
mdomba
|
855de765f6
|
better description for unsetAttributes()
|
2011-07-08 11:27:53 +00:00 |
|
alexander.makarow
|
0050917775
|
reverted 2498 fix
|
2011-06-15 14:21:12 +00:00 |
|
alexander.makarow
|
20d3489b32
|
(Fixes issue 2498) When no value is returned from before* event-methods, it now always behaves the same way as when true was returned
|
2011-06-13 16:02:22 +00:00 |
|
alexander.makarow
|
05e4112842
|
(Fixes issue 2341) More verbose log message for CModel::onUnsafeAttribute. Added model class
|
2011-05-12 23:57:08 +00:00 |
|
qiang.xue
|
087d471362
|
(Fixes issue 2206)
|
2011-03-15 02:08:53 +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 |
|
qiang.xue
|
4be0af6917
|
changed copyright year.
|
2011-01-01 19:31:13 +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 |
|
mdomba
|
72b974560b
|
Updated PHPDoc @param parameter names
|
2010-09-23 13:28:52 +00:00 |
|
mdomba
|
52d1a65821
|
Aded few method descriptions...
|
2010-09-14 12:34:08 +00:00 |
|
qiang.xue
|
30a1014bdf
|
(Fixes issue 1515)
|
2010-08-29 14:10:01 +00:00 |
|
qiang.xue
|
0d5c45e9df
|
* Added CValidator::safe to allow marking a validator as safe or unsafe
|
2010-07-18 17:44:48 +00:00 |
|
qiang.xue
|
943a8b183a
|
* (Fixes issue 1050) Fixed the bug that filter conditions were prefilled with default values when using an AR model in CGridView
|
2010-06-16 20:50:57 +00:00 |
|
qiang.xue
|
be9e141d69
|
|
2010-06-01 13:03:57 +00:00 |
|
qiang.xue
|
3fd7812096
|
|
2010-04-08 03:27:57 +00:00 |
|
qiang.xue
|
bae015dc5c
|
|
2010-04-08 03:02:10 +00:00 |
|
qiang.xue
|
e239a30f55
|
Added CModel::getValidatorList()
|
2010-04-08 02:15:49 +00:00 |
|
alexander.makarow
|
b0700e7a5b
|
(Fixes issue 977) Changed CModel::validators to CList to allow adding rules on the fly
|
2010-04-08 00:10:12 +00:00 |
|
alexander.makarow
|
a341355d6a
|
(Fixes issue 977) Added CModel::prependValidator() and CModel::appendValidator() to allow adding rules on the fly
|
2010-04-07 20:41:25 +00:00 |
|
qiang.xue
|
1592b2271e
|
renamed setUnsafeAttribute to be onUnsafeAttribute.
|
2010-03-06 04:21:12 +00:00 |
|
qiang.xue
|
d16885332e
|
* (Fixes issue 912) Added CModel::setUnsafeAttribute() which will log a warning message when massively assigning unsafe attributes
|
2010-03-05 14:29:48 +00:00 |
|
qiang.xue
|
eb54ba7407
|
modified copyright info.
|
2010-01-07 21:02:00 +00:00 |
|
qiang.xue
|
3e3f8e9a4c
|
improved CModel::generateAttributeLabel().
|
2009-11-29 04:13:54 +00:00 |
|
qiang.xue
|
0044126b2a
|
refactoring form feature.
|
2009-06-26 01:57:22 +00:00 |
|
qiang.xue
|
0c1e4a5a42
|
merge from 1.0
|
2009-06-05 13:09:17 +00:00 |
|
qiang.xue
|
74081a0706
|
* Refactored scenario-based model validation and massive assignments.
|
2009-05-26 14:47:59 +00:00 |
|