Files
sentcms/application/common/model/Content.php
molong ded54b79ca 1、修复bug
2、后台栏目分模型划分
3、前台增加微信开发用户登录功能
2017-08-15 22:09:59 +08:00

21 lines
665 B
PHP

<?php
// +----------------------------------------------------------------------
// | SentCMS [ WE CAN DO IT JUST THINK IT ]
// +----------------------------------------------------------------------
// | Copyright (c) 2013 http://www.tensent.cn All rights reserved.
// +----------------------------------------------------------------------
// | Author: molong <molong@tensent.cn> <http://www.tensent.cn>
// +----------------------------------------------------------------------
namespace app\common\model;
/**
* 设置模型
*/
class Content extends BaseModel{
protected $type = array(
'create_time' => 'integer',
'update_time' => 'integer',
);
}