自动验证类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> // | Author: liu21st <liu21st@gmail.com>
// +---------------------------------------------------------------------- // +----------------------------------------------------------------------
// $Id$ // $Id$
namespace Think;
class ThinkAuto { class Auto {
protected $auto = array(); protected $auto = array();

View File

@@ -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(); // 自动验证定义
// 是否批处理验证 // 是否批处理验证