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