「LiteSite/跨校選修」修訂間的差異
跳至導覽
跳至搜尋
(→總布局) |
(→總布局) |
||
| 第3行: | 第3行: | ||
#$dsnConnection=DB::connect(DSN); 放在 siteConstant.php | #$dsnConnection=DB::connect(DSN); 放在 siteConstant.php | ||
#theme.php 沒有依導航列自動生成頁面連結的功能 | #theme.php 沒有依導航列自動生成頁面連結的功能 | ||
| + | #signupCommon.php 載入 theme.php 載入 siteConstant.php 載入 constant.php ,在 siteConstant.php 連資料庫 並傳回 $dsnConnection 。 | ||
| + | ==重要程式列表== | ||
| + | #signup/signup0.php:註冊 | ||
| + | #*無逾期設計 | ||
於 2020年9月13日 (日) 14:14 的修訂
總布局
- $dsnConnection=DB::connect(DSN); 放在 siteConstant.php
- theme.php 沒有依導航列自動生成頁面連結的功能
- signupCommon.php 載入 theme.php 載入 siteConstant.php 載入 constant.php ,在 siteConstant.php 連資料庫 並傳回 $dsnConnection 。
重要程式列表
- signup/signup0.php:註冊
- 無逾期設計