Files
framework/Library/Think/Model/ViewModel.php
2013-04-18 10:06:24 +08:00

16 lines
708 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\Model\View;
}