網站架設:修訂版本之間的差異

出自六年制學程
跳轉到: 導覽搜尋
(新頁面: 分類:etable 層級:一個host之下有多個site,諸site共同資源 ==Host之下== #index.php:以 header("location:/xxxxx/"); 跳至預設的site #print.php:產生 html...)
 
Host之下
第 6 行: 第 6 行:
 
#constant.php:
 
#constant.php:
 
#*載入 etable 兩常數
 
#*載入 etable 兩常數
#webContent.php:
+
#*載入 etable 的 wiki 過濾函式 wiki.php
#*載入資料庫連接常數
+
#*函式 r2a :由$result傳回統計陣列
 +
#*函式 webContent :由路徑傳回相應的欄值
 +
#*函式 cuts :找出前後字串所夾的諸內容
 +
#*函式 replaces :代換掉前後字串所夾的諸內容
 +
#*函式 half :將utf8字串對折(或其他指定折數)後傳回為元素0,1,並傳回對折後的佔位寬度為元素2
 +
#*函式 halfstrFold :依指定字數折兩折或三折
 +
#webContent.php:顯示跨 site 內容
 +
#*載入資料庫連接常數 constant.php
 
#*載入 etable 的 DB.php
 
#*載入 etable 的 DB.php
 +
#*連接資料庫
 +
#*表現當前的 theme
 +
#*依 URI 取出資料表內容秀出來
 +
#drawword.php:畫字

2016年6月2日 (四) 12:16的修訂版本

層級:一個host之下有多個site,諸site共同資源

Host之下

  1. index.php:以 header("location:/xxxxx/"); 跳至預設的site
  2. print.php:產生 html
  3. constant.php:
    • 載入 etable 兩常數
    • 載入 etable 的 wiki 過濾函式 wiki.php
    • 函式 r2a :由$result傳回統計陣列
    • 函式 webContent :由路徑傳回相應的欄值
    • 函式 cuts :找出前後字串所夾的諸內容
    • 函式 replaces :代換掉前後字串所夾的諸內容
    • 函式 half :將utf8字串對折(或其他指定折數)後傳回為元素0,1,並傳回對折後的佔位寬度為元素2
    • 函式 halfstrFold :依指定字數折兩折或三折
  4. webContent.php:顯示跨 site 內容
    • 載入資料庫連接常數 constant.php
    • 載入 etable 的 DB.php
    • 連接資料庫
    • 表現當前的 theme
    • 依 URI 取出資料表內容秀出來
  5. drawword.php:畫字