Files
framework/Library/Think/Model/ViewModel.php
ThinkPHP 624656db8e 增加 Think\Model\ExtendModel
Think\Model\RelationModel
Think\Model\ViewModel 三个模型组装示例
2013-04-18 10:00:25 +08:00

16 lines
702 B
PHP

<?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;
T('Think/Model/View');
class ViewModel extends \Think\Model {
use \Traits\Think\View;
}