From d91ac474d1ddb891262f36c80b3a3936a97de51a Mon Sep 17 00:00:00 2001 From: thinkphp Date: Mon, 18 Mar 2013 20:53:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E9=AA=8C=E8=AF=81=E7=B1=BBTh?= =?UTF-8?q?ink\Validate=E5=92=8C=E8=87=AA=E5=8A=A8=E5=AE=8C=E6=88=90Think\?= =?UTF-8?q?Auto=E7=B1=BB=20=E5=88=86=E7=A6=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Think/Auto.php | 4 ++-- Think/Validate.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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(); // 自动验证定义 // 是否批处理验证