码迷,mamicode.com
首页 > 其他好文 > 详细

yii2验证码的使用

时间:2014-07-18 11:36:01      阅读:257      评论:0      收藏:0      [点我收藏+]

标签:blog   http   使用   2014   io   for   

1.控制器中

public function actions()
    {
        return [
            ‘captcha‘ => [
                ‘class‘ => ‘yii\captcha\CaptchaAction‘,
                ‘fixedVerifyCode‘ => YII_ENV_TEST ? ‘testme‘ : null,
            ],
        ];
    }
2.模型中
要有一个验证码的字段$verifyCode
3.视图中
use yii\helpers\Html;
use yii\widgets\ActiveForm;
use yii\captcha\Captcha;
自动生成表单
bubuko.com,布布扣
 

yii2验证码的使用,布布扣,bubuko.com

yii2验证码的使用

标签:blog   http   使用   2014   io   for   

原文地址:http://www.cnblogs.com/xlz307/p/3852837.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!