Qiang Xue
eab7e4a21a
Added $formName to Model::load().
11 years ago
Qiang Xue
cb4a8c764c
Refactored validators.
11 years ago
Carsten Brandt
83527e85ca
made Model::attributes() non static again
...
- allows to have dynamic definition of attributes depended on the
instance
- there was no real need for it to be static. Places that used it static
have been refactored.
fixes #1318
11 years ago
Qiang Xue
e4e376ba28
fixed test break.
11 years ago
Qiang Xue
858326c074
Fixed test break.
11 years ago
Qiang Xue
039ed688cf
Fixes #1301 : fixed scenario generation when there are "except" scenarios.
11 years ago
Carsten Brandt
cb4504a10f
refactored Model and redis AR to allow drop of RecordSchema
11 years ago
Carsten Brandt
539e233d9c
massive improvement on class documentation
...
- added example code for application components
- added missing short description
[ci skip]
11 years ago
slavcodev
2adcd16e0d
Update phpDoc
11 years ago
slavcodev
3ff8f10d11
Add array conversion on creating validator
11 years ago
slavcodev
1c2489a3dc
Using only arrays in rules instead comma-separated string
11 years ago
slavcodev
b0b1c27c85
Fix phpDoc var tag format
11 years ago
Taras Gudz
9b95a81b0c
Fixed the rest phpDocs [skip ci]
11 years ago
Qiang Xue
2a71c72d7c
fixes #1066 : Added ActiveForm::validate() and validateMultiple()
11 years ago
Alexander Makarov
1f6a823073
Short array syntax
11 years ago
Alexander Makarov
6f9785a293
fixes #995
11 years ago
Carsten Brandt
1600889f4e
added isAttributeActive to Model
...
consistent api for safe and required
11 years ago
Alexander Makarov
6d25d3aef6
Added info about custom validator method signature to Model::rules phpdoc
11 years ago
Qiang Xue
b16bf0691a
fixed typo
11 years ago
Qiang Xue
fccd8185b5
Enhanced the default implementation of Model::scenarios() to return all scenarios found in rules().
11 years ago
Carsten Brandt
91c16782ef
finalized PhpDocController
...
- cleanup API and usage, add documetation link
- introduced @property feature in getter or setter which has precedence
over @return or @param tag if present
11 years ago
Carsten Brandt
1d622b65c3
fixed docs about error methods in Model
11 years ago
Qiang Xue
d1c41fe144
changed to trace from info.
11 years ago
Qiang Xue
4727ac8f1d
Refactored the feature of transactional operations.
11 years ago
Qiang Xue
3d5388ff2b
Reorganized captcha code.
11 years ago
Sw3rtas
ab27d16efd
* Fixed Model::loadMultiple() when populating from formName()
...
* Documentation corrections for data population and quoting names in SQL query
12 years ago
Qiang Xue
452fe3e3b0
delay validation of scenario to validate().
12 years ago
Qiang Xue
6c2cf9a268
Removed redundant code.
12 years ago
Qiang Xue
55daae4773
Fixes issue #589 : validate the scenario name.
12 years ago
Qiang Xue
16dcd9701f
Added Model::loadMultiple() and validateMultiple().
12 years ago
Qiang Xue
9cf82b3ae1
Added Model::load(). Added Controller::refresh() and redirect().
12 years ago
Qiang Xue
6c5dfc04f7
Added default value for error in Model::addError().
12 years ago
Alexander Kochetov
a788f505fb
Model::formName() correct PHP 5.3 code
12 years ago
Qiang Xue
a951e1c8e1
Replaced Jsonable with Arrayable.
...
Added support for different response formats.
Support for error response in different formats.
12 years ago
Qiang Xue
29ac3aeea6
Added Jsonable support.
12 years ago
Antonio Ramirez
641e6ee7cf
ported inflection methods from StringHelper to Inflector helper class
12 years ago
Qiang Xue
f72105166c
reorganized the main repo to satisfy PSR-0.
12 years ago
Qiang Xue
0005b07d29
Removed Vector and Dictionary.
12 years ago
resurtm
a54c1cd684
Fixes #226 : atomic operations and transaction support in AR.
12 years ago
resurtm
c98628d42e
CS fixes.
12 years ago
Qiang Xue
0d814fa523
Moved "framework" to "iii".
12 years ago
Qiang Xue
bb5b6a4191
Finished FileValidator and UploadedFile.
...
Added Model::formName().
12 years ago
Qiang Xue
e7295ad564
Use __METHOD__ as log category.
12 years ago
Alexander Makarov
7b73fdff5c
Better validation rules validity check
12 years ago
Alexander Makarov
0b265f0e36
A bit more friendly behavior for unsetting a model attribute
12 years ago
Qiang Xue
1fbf81be57
User WIP.
12 years ago
Alexander Makarov
66fcf622aa
Fixed Model::getFirstErrors()
12 years ago
Qiang Xue
884977a724
renamed util to helpers.
12 years ago
Qiang Xue
b71e83016f
ActiveForm WIP
12 years ago
Qiang Xue
1f522d22b4
sort WIP
12 years ago