['email, username, password,agree,verifyPassword,verifyCode', 'required']'?????, ????????, ??????????, ??????, ???????????????, ????????' ???????? ???????
['email','unique','message'=>'用戶(hù)名已占用']????? ???????? ??????? ?????? ??????? ??? ???, ??????? ?????? ??? ??????? ??? ???? ?? ??????? ??? ????
['email, username', 'length', 'max'=>64]'?????, ???????????? ???' ?????? ??????? 64 ??????? ???? ??? ???? ??
['username', 'length', 'max'=>7, 'min'=>2, 'tooLong'=>'用戶(hù)名請輸入長(cháng)度為4-14個(gè)字符', 'tooShort'=>'用戶(hù)名請輸入長(cháng)度為2-7個(gè)字']
['password', 'length', 'max'=>22, 'min'=>6, 'tooLong'=>'密碼請輸入長(cháng)度為6-22位字符', 'tooShort'=>'密碼請輸入長(cháng)度為6-22位字符']
['email','email','message'=>'郵箱格式錯誤']????? ?????? ????? ????? ???? ?? ??? ????? ???????? ???, ????? ????? ????? ????? ??? ??!
['verifyPassword', 'compare', 'compareAttribute'=>'password', 'message'=>'請再輸入確認密碼'],
['agree', 'required', 'requiredValue'=>true,'message'=>'請確認是否同意隱私權協(xié)議條款']?????? ?? ??????? ??????
['created', 'date', 'format'=>'yyyy/MM/dd/ HH:mm:ss']
['superuser', 'in', 'range' => array(0, 1)]?????????? 0 ??? 1 ?? ??????????? ??? ?????
['name','match','pattern'=>'/^[a-z0-9-_]+$/']??? ????? ???????? ??????? | ????????? ??????? ?????
['id', 'numerical', 'min'=>1, 'max'=>10, 'integerOnly'=>true]???? ????? ???????? ??????? | ????? ??? 1 ???? 10 ?? ????? ??? ???? ????? ????!
['created', 'type', 'datetime']???????????, ???????, ???????, ??????, ?????, ????, ????????????? ????? ????
['filename', 'file', 'allowEmpty'=>true, 'types'=>'zip, rar, xls, pdf, ppt','tooLarge'=>'圖片不要超過(guò)800K']??????? ????? | ????? ???????? ???????
???? ?????????????? ??????? ??????: