Qiang Xue
13 years ago
5 changed files with 60 additions and 141 deletions
@ -1,40 +1,37 @@ |
|||||||
- add more doc to Model |
- base |
||||||
- CompareValidator::clientValidateAttribute(): search for "CHtml::activeId" |
* add more doc to Model |
||||||
- FileValidator, UniqueValidator, ExistValidator, DateValidator: TBD |
* error/exception handling |
||||||
- Can consider merging UniqueValidator and ExistValidator and using a NOT property. |
- validators |
||||||
- design of component life cycles: init() and afterConstruct() |
* CompareValidator::clientValidateAttribute(): search for "CHtml::activeId" |
||||||
* construct object |
* FileValidator, UniqueValidator, ExistValidator, DateValidator: TBD |
||||||
* preinit |
* consider merging UniqueValidator and ExistValidator and using a NOT property. |
||||||
* attachBehaviors |
- console command support |
||||||
* initialize properties |
- built-in console commands |
||||||
* init |
+ api doc builder |
||||||
* ... |
* support for markdown syntax |
||||||
* destruct |
* support for [[name]] |
||||||
- get/setFlash() should be moved to session component |
* consider to be released as a separate tool for user app docs |
||||||
- support optional parameter in URL patterns |
- caching |
||||||
- api doc builder |
|
||||||
* support for markdown syntax |
|
||||||
* support for [[name]] |
|
||||||
* consider to be released as a separate tool for user app docs |
|
||||||
- cache components |
|
||||||
* a way to invalidate/clear cached data |
* a way to invalidate/clear cached data |
||||||
* a command to clear cached data |
* a command to clear cached data |
||||||
- console command support |
|
||||||
- db |
- db |
||||||
* DAO |
* DAO |
||||||
|
* schema |
||||||
* AR |
* AR |
||||||
* document-based |
* document-based |
||||||
* key-value-based |
* key-value-based |
||||||
- gii |
|
||||||
- logging |
- logging |
||||||
- i18n |
- i18n |
||||||
* consider using PHP built-in support and data |
* consider using PHP built-in support and data |
||||||
* message translations, choice format |
* message translations, choice format |
||||||
* formatting: number and date |
* formatting: number and date |
||||||
* parsing?? |
* parsing?? |
||||||
- error/exception handling |
|
||||||
- helpers |
- helpers |
||||||
* array |
* array |
||||||
* image |
* image |
||||||
* string |
* string |
||||||
|
* file |
||||||
- web: TBD |
- web: TBD |
||||||
|
* get/setFlash() should be moved to session component |
||||||
|
* support optional parameter in URL patterns |
||||||
|
- gii |
||||||
|
Loading…
Reference in new issue