ybt7755221 2012-09-26 10:05:32 6713次浏览 2条回复 0 0 0

用yii验证码但图片不显示直接打开连接显示 Property "CCaptchaAction.controller" is read only. 求助~~

  • 回复于 2012-09-26 10:31 举报

    贴代码。

  • 回复于 2012-09-26 16:14 举报
    public function actions(){
        return array(
            'captcha'=> array(
                'class' => 'CCaptchaAction',
                    'backColor' => 0xffffff,
                ),
            );
        }这是控制器里的
    }
    
    <div id="examessage-box" style="width:100px; height:40px;"><?php $this->widget('CCaptcha',array('showRefreshButton'=>false,'clickableImage'=>true,'imageOptions'=>array('alt'=>'点击换图','title'=>'点击换图','style'=>'cursor:pointer'))); ?>
    </div>
    

    页面的

    array('verifyCode', 'captcha', 'allowEmpty'=> !extension_loaded('gd')), 验证~~我也是那别人的~希望对你你有帮助

您需要登录后才可以回复。登录 | 立即注册