**控制器目錄結構**
Controllers
|-----Auth //不多說了
|-----reception? ? ? ? //前臺所有頁面的控制器,都要放在這里
| |-----ScholleadershipController.php //學校領導控制器
| |-----StarteacherController.php //學校老師控制器
| |-----AboutController.php //關于我們控制器
|-----Controller.php //不多說了
---
**視圖目錄結構**
views? 視圖
|-----laryout //常用的html
|-----reception //前臺html頁面
|-----about //關于我們頁面
|-----home //首頁中間內容
|-----scholleadership //學校領導
|-----starteacher //師資力量
---
**數據庫bywl**
>表`bywl_character`,主要負責學校領導和老師
character_id------------? //學校任務id
character_title---------? //稱號
character_name----------? //名字
character_introduce-----? //簡單介紹
character_content-------? //主要內容
character_img-----------? //頭像
character_what----------? //是老師還是領導
|
|-------0? //是領導
|-------1? //是老師
>表`bywl_about`,主要負責`about`路由的圖片和圖片里面的文字,還有我們要對學生說的一些標題,內容。
about_id------------------//詳情頁面的id
about_title---------------//標題內容
about_contentone----------//內容一
about_contenttwo----------//內容二
about_imgone--------------//圖片一
about_imgtwo--------------//圖片二
about_sayone--------------//要說的話小標題一
about_saytwo--------------//要說的話小標題二
about_saythree------------//要說的話小標題三
about_saycontentone-------//要說的話內容一
about_saycontenttwo-------//要說的話內容二
about_saycontentthree-----//要說的話內容三
>表`graduation_id`,主要負責`about`路由一些已經畢業的學生,和一些培養過的明星圖片**后續會在后面添加字段**
graduation_id-------------//畢業id
graduation_img------------//畢業明星圖片
>表`bywl_student`,主要負責`about`路由在這里一些學生要說的話
student_id----------------//學生id
student_img---------------//學生圖片
student_content-----------//學生要說的話
student_name--------------//學生名字
student_class-------------//那個班的學生