简化高级Model命名,去掉后缀

Extend改名,Adv正式回归
This commit is contained in:
huangdijia
2015-12-07 18:45:38 +08:00
parent 0e2186cb6b
commit 155ebeffbc
5 changed files with 8 additions and 11 deletions

View File

@@ -0,0 +1,18 @@
<?php
// +----------------------------------------------------------------------
// | ThinkPHP [ WE CAN DO IT JUST THINK ]
// +----------------------------------------------------------------------
// | Copyright (c) 2006~2015 http://thinkphp.cn All rights reserved.
// +----------------------------------------------------------------------
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
// +----------------------------------------------------------------------
// | Author: liu21st <liu21st@gmail.com>
// +----------------------------------------------------------------------
namespace think\model;
T('think/model/view');
class View extends \think\model
{
use \traits\think\model\view;
}