mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 20:52:48 +08:00
自动验证类Think\Validate和自动完成Think\Auto类 分离
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
// | Author: liu21st <liu21st@gmail.com>
|
||||
// +----------------------------------------------------------------------
|
||||
// $Id$
|
||||
|
||||
class ThinkAuto {
|
||||
namespace Think;
|
||||
class Auto {
|
||||
|
||||
protected $auto = array();
|
||||
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
// | Author: liu21st <liu21st@gmail.com>
|
||||
// +----------------------------------------------------------------------
|
||||
// $Id$
|
||||
|
||||
class ThinkValidate {
|
||||
namespace Think;
|
||||
class Validate {
|
||||
|
||||
protected $validate = array(); // 自动验证定义
|
||||
// 是否批处理验证
|
||||
|
||||
Reference in New Issue
Block a user