这是Javascript
<script>
function q_form_val() {
var patt = /^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/;
var captcha_entered = document.getElementById("captcha_entered").value;
if (captcha_entered == "") {
alert("Please enter the Cap
我在Yii工作,我只是一个初学者,正在尽我最大的努力学习框架,这是我被困在这里的地方:
我已经创建了一个用户模型和随之而来的所需表单,并且我正在尝试为它实现验证码:
这是我在用户模型中的验证规则:
$public verifyCode
public function rules()
{
// NOTE: you should only define rules for those attributes that
// will receive user inputs.
return array(
array(