File: /www/wwwroot/bb.cwoyt.com/Application/Admin/Controller/SystemController.class.php
<?php
// +----------------------------------------------------------------------
// | OneThink [ WE CAN DO IT JUST THINK IT ]
// +----------------------------------------------------------------------
// | Copyright (c) 2013 http://www.onethink.cn All rights reserved.
// +----------------------------------------------------------------------
// | Author: 赛脑 <2233759493@qq.com> <http://www.sn.com>
// +----------------------------------------------------------------------
namespace Admin\Controller;
use Think\Db;
/**
* 后台系统控制器
* @author 赛脑 <2233759493@qq.com>
*/
class SystemController extends AdminController {
/**
* 左侧导航节点定义
* @author 赛脑 <2233759493@qq.com>
*/
static protected $nodes = array(
/* 其他设置 */
// array( 'title' => '数据迁移', 'url' => 'System/index5', 'group' => '其他设置'),
// array( 'title' => '数据备份/恢复', 'url' => 'System/database', 'group' => '其他设置'),
// array( 'title' => '系统日志', 'url' => 'System/index7', 'group' => '其他设置'),
);
}