谁一开始就是大神?

yii2后台验证验证码[2.0]

整合了smarty3,想过这种(当然不行的

function init() {
    parent::init();
    $this->captobj = new CaptchaAction(yii::$app->controller->id, $this);
    $this->_params['captcha_session_code'] = $this->captobj->getVerifyCode();
}

这种可以,不过id随便取似乎不太好。。。

function init() {
    parent::init();
    $this->captobj = new CaptchaAction(1111, $this);
    $this->_params['captcha_session_code'] = $this->captobj->getVerifyCode();
}

试试这样写:

赞(0) 打赏
未经允许不得转载:菜鸟之家 » yii2后台验证验证码[2.0]

评论 抢沙发

登录

找回密码

注册