最新赞助活动温馨提示:自愿赞助服务器费用,学生和没有工作的整站资源免费下载!
头像

关于yii框架中的actions解决办法

来源:http://erdangjiade.com/topic/79887.html 你好,世界。 2017-10-04 21:03浏览(1)

关于yii框架中的actions

本帖最后由 xuzuning 于 2014-08-20 16:20:28 编辑

public function actionCaptcha(){
return array(
'class'=>'system.web.widgets.captcha.CCaptchaAction',
'height'=>20,
'width'=>20,
'maxLength'=>4,
'minLength'=>4
);
}

	public function actions(){
return array(
'captcha'=>array(
'class'=>'system.web.widgets.captcha.CCaptchaAction',
'height'=>25,
'width'=>80,
'maxLength'=>4,
'minLength'=>4
),
);
}

我觉得都是调用验证码类啊。为什么第一个不能用,第2个能用呢
------解决方案--------------------
怎么无关?
第二段不是有键 captcha (验证码)吗?
而第一段有谁能知道返回的数据的归属呢?

评论0
头像

友情提示:垃圾评论一律封号 加我微信:826096331拉你进VIP群学习群

1 2