mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 23:02:48 +08:00
Validate类增加getError方法
This commit is contained in:
@@ -22,6 +22,10 @@ class Validate {
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function getError(){
|
||||
return $this->error;
|
||||
}
|
||||
|
||||
/**
|
||||
* 自动表单验证
|
||||
* @access protected
|
||||
|
||||
Reference in New Issue
Block a user