示例#1
0
 /**
  * 验证码
  */
 public function captchaAction()
 {
     $captcha = new Cola_Ext_Captcha();
     $captcha->display();
 }