rules 验证内容 [ 2.0 版本 ]
['mobile', 'exist', 'targetClass' => 'xmobile\modules\v1\models\BuyerList', 'message' => '当前用户不存在','on'=>['forgetpassword']],
['mobile', 'unique', 'targetClass'=>'xmobile\modules\v1\models\BuyerList','message' => '此用户名已经被使用','on'=>['Inserbuyer']],
[['password'],'match','pattern'=>'/^(?![0-9]+$)(?![a-zA-Z]+$)[0-9A-Za-z]{6,12}$/','message' => '密码是字母和数字组成'],
[['company'],'match','pattern'=>'/^[\x{4e00}-\x{9fa5}A-Za-z0-9]+$/u','message'=>'公司名称必须是中文 字母 数字'],
希望对大家有用。on是场景部分。
httpp886
注册时间:2017-01-12
最后登录:2017-11-09
在线时长:16小时47分
最后登录:2017-11-09
在线时长:16小时47分
- 粉丝15
- 金钱1275
- 威望60
- 积分2035
共 1 条评论
restful,的目录结构啊,看的手册刚开始学的吧