芝麻web文件管理V1.00
编辑当前文件:/home/jambtst2015/public_html/protected/models/UserprofileForm.php
true), array('phone_number', 'length','max'=>13,'min'=>10), // verifyCode needs to be entered correctly //array('verifyCode', 'captcha', 'allowEmpty'=>!CCaptcha::checkRequirements()), ); } /** * Declares customized attribute labels. * If not declared here, an attribute would have a label that is * the same as its name with the first letter in upper case. */ public function attributeLabels() { return array( 'verifyCode'=>'Verification Code', ); } }