「LiteSite/跨校選修」修訂間的差異
跳至導覽
跳至搜尋
(新頁面: 分類:LiteSite ==總布局== #$dsnConnection=DB::connect(DSN); 放在 siteConstant.php #) |
(→重要程式列表) |
||
| (未顯示同一使用者於中間所作的 2 次修訂) | |||
| 第2行: | 第2行: | ||
==總布局== | ==總布局== | ||
#$dsnConnection=DB::connect(DSN); 放在 siteConstant.php | #$dsnConnection=DB::connect(DSN); 放在 siteConstant.php | ||
| − | # | + | #theme.php 沒有依導航列自動生成頁面連結的功能 |
| + | #signupCommon.php 載入 theme.php 載入 siteConstant.php 載入 constant.php ,在 siteConstant.php 連資料庫 並傳回 $dsnConnection 。 | ||
| + | ==重要程式列表== | ||
| + | #signup/signup0.php:註冊 | ||
| + | #*無逾期設計 | ||
| + | #*無捕捉 keyin | ||
| + | #signup/signupE0.php:升級為開課者 | ||
於 2020年9月13日 (日) 22:40 的最新修訂
總布局
- $dsnConnection=DB::connect(DSN); 放在 siteConstant.php
- theme.php 沒有依導航列自動生成頁面連結的功能
- signupCommon.php 載入 theme.php 載入 siteConstant.php 載入 constant.php ,在 siteConstant.php 連資料庫 並傳回 $dsnConnection 。
重要程式列表
- signup/signup0.php:註冊
- 無逾期設計
- 無捕捉 keyin
- signup/signupE0.php:升級為開課者