# 課表
[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
- 創業
- 項目
- 包包