# 课表
[TOC]
## 数据表
```
drop table if exists tbTimetable;
/*==============================================================*/
/* Table: tbTimetable */
/*==============================================================*/
create table tbTimetable
(
id int not null auto_increment,
fdTermID int comment '学期ID',
fdGradeID tinyint comment '年级ID',
fdClassID int comment '班级ID',
fdWeekID tinyint comment '星期 0:周日 1-6:周一到周六',
fdClassIndex tinyint comment '上课节次',
fdSubjectID tinyint comment '科目ID',
primary key (id)
);
alter table tbTimetable comment '课程表设计';
drop table if exists tbTimetableAdust;
/*==============================================================*/
/* Table: tbTimetableAdust */
/*==============================================================*/
create table tbTimetableAdust
(
id int not null auto_increment,
fdTermID int comment '学期ID',
fdGradeID tinyint comment '年级ID',
fdClassID int comment '班级ID',
fdDate date comment '当前课日期',
fdClassIndex tinyint comment '当前课节次',
fdSubjectID tinyint comment '当前课科目ID',
fdSourceDate date comment '原课被调往日期',
fdSourceClassIndex tinyint comment '原课被调往节次',
fdSourceSubjectID tinyint comment '原课被调往科目ID',
fdUserID int comment '操作者用户ID',
fdCreate datetime,
primary key (id)
);
alter table tbTimetableAdust comment '调课记录';
```
- 说明
- 开发任务
- 星课-真光
- 课表
- Excel Down
- 调课
- 课表修改
- 课表代码分析
- 课堂
- 课堂:应用商店通信管理协议
- 教师账号强制绑定手机或邮箱
- 强制绑定手机和修改密码的规则
- 学堂
- 课程学习:讨论功能
- 后台:课程讨论管理
- 课程直播接口
- 学习统计功能(旧版)
- 学习统计功能(新版)
- 同步课程统计功能
- 同步课程编辑-新增视频
- 第三方接口
- 学科网
- 安徽第三方
- 大赛
- 管控系统
- 日志管理
- 设备日志
- 平板接口
- 渝教
- 教学总结
- 空白目录
- Yii 1.1
- 学堂架构
- Yii 1.1一些方法的解读
- MVCS结构
- 基础使用语法
- 创建1个新模块
- 关联模型
- CDbCriteria
- 学生-课堂记录
- 学生端页面展示
- 教师端页面展示
- 编辑课程文档
- SQL
- 课堂项目运行入口
- 上传资源示意图
- 行为
- PHPStorm
- 源码阅读
- 会诊答卷页面
- 考点练习
- 资源首页
- 同步课程
- 同步课程:章节信息
- 升学复习
- 统计图-范例
- 模块
- 非法词
- 服务层
- MongoDB类
- 学堂作答记录从Mongo新集合获取数据
- MongoYii
- 错题集
- 小技巧
- 完善资料
- 邮件发送
- K12
- JSpang视频课程
- MongoDB
- 创业
- 项目
- 包包