Ejemplo n.º 1
0
 /**
  *
  *获取验证吗
  *
  */
 public function getCode()
 {
     $this->load->helper('code');
     Code::getArithmetic(95, 30);
 }