diff --git a/Think/Auto.php b/Think/Auto.php index ea78b77b..e1805b3a 100644 --- a/Think/Auto.php +++ b/Think/Auto.php @@ -9,8 +9,8 @@ // | Author: liu21st // +---------------------------------------------------------------------- // $Id$ - -class ThinkAuto { +namespace Think; +class Auto { protected $auto = array(); diff --git a/Think/Validate.php b/Think/Validate.php index b1d7bbb1..9efe5873 100644 --- a/Think/Validate.php +++ b/Think/Validate.php @@ -9,8 +9,8 @@ // | Author: liu21st // +---------------------------------------------------------------------- // $Id$ - -class ThinkValidate { +namespace Think; +class Validate { protected $validate = array(); // 自动验证定义 // 是否批处理验证