自动验证类Think\Validate和自动完成Think\Auto类 分离

This commit is contained in:
thinkphp
2013-03-18 20:53:59 +08:00
parent 7856f7777d
commit d91ac474d1
2 changed files with 4 additions and 4 deletions

View File

@@ -9,8 +9,8 @@
// | Author: liu21st <liu21st@gmail.com>
// +----------------------------------------------------------------------
// $Id$
class ThinkAuto {
namespace Think;
class Auto {
protected $auto = array();

View File

@@ -9,8 +9,8 @@
// | Author: liu21st <liu21st@gmail.com>
// +----------------------------------------------------------------------
// $Id$
class ThinkValidate {
namespace Think;
class Validate {
protected $validate = array(); // 自动验证定义
// 是否批处理验证