mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-02 05:02:48 +08:00
TP4初始版本提交
This commit is contained in:
18
Library/Think/Model/ExtendModel.php
Normal file
18
Library/Think/Model/ExtendModel.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | TOPThink [ WE CAN DO IT JUST THINK ]
|
||||
// +----------------------------------------------------------------------
|
||||
// | Copyright (c) 2011 http://topthink.com All rights reserved.
|
||||
// +----------------------------------------------------------------------
|
||||
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: liu21st <liu21st@gmail.com>
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
namespace Think\Model;
|
||||
use Traits\Think\Model\Extend,Traits\Think\Model\Query;
|
||||
T('Think/Model/Extend');
|
||||
T('Think/Model/Query');
|
||||
class ExtendModel extends \Think\Model {
|
||||
use Extend,Query;
|
||||
}
|
||||
Reference in New Issue
Block a user