merge from 1.0

This commit is contained in:
qiang.xue
2009-06-29 20:00:12 +00:00
parent 1794a1995b
commit e9ef35facf
13 changed files with 176 additions and 53 deletions

View File

@@ -36,7 +36,7 @@ class CModelBehavior extends CBehavior
/**
* Responds to {@link CModel::onBeforeValidate} event.
* Overrides this method if you want to handle the corresponding event of the {@link owner}.
* You may set {@link CModelEvent::isValid} to be false if you want to stop the current validation process.
* You may set {@link CModelEvent::isValid} to be false to quit the validation process.
* @param CModelEvent event parameter
*/
public function beforeValidate($event)