常量
說明備註
dt_root
站點物理路徑
dt_path
站點首頁**
dt_skin
風格目錄**
dt_admin
是否在管理後台
dt_domain
cookie作用域
dt_lang
站點語言
dt_key
安全金鑰
dt_charset
字元編碼
dt_cache
快取目錄物理路徑
dt_version
系統版本
dt_release
更新時間
vipvip名稱
變數說明
備註$dt_time
當前時間
unix時間戳
$dt_ip
當前ip
$dt_url
當前**url
$dt_pre
資料表字首
$db資料庫操作物件
$dc快取操作物件
$dt**設定
陣列$ext
擴充套件功能模組設定
陣列$mod
當前模組設定
陣列,僅模組內部存在
$module
系統模組資訊
陣列$forward
**頁面
$page
當前頁碼
$moduleid
模組id
$catid
分類id
$cat
$catid所有屬性
陣列$areaid
地區id
$are
$areaid所有屬性
陣列$itemid
資訊id
$cityid
分站id
$kw$_userid
當前登入會員的會員id
0為遊客
$_username
當前登入會員的會員名
$_truename
當前登入會員的姓名
$_company
當前登入會員的公司名
$_money
當前登入會員的資金
$_credit
當前登入會員的積分
$_sms
當前登入會員的簡訊
$_message
當前登入會員的站內信
$_chat
當前登入會員的新對話
$_groupid
當前登入會員的會員組
$mg當前登入會員的會員組許可權
destoon 實用手冊2 資料庫操作
初始化系統後系統會自動連線資料庫,並將資料庫操作物件儲存在 db。資料庫操作方法請參考include db mysql.class.php函式原型,以下僅對常用操作舉例。1 執行sql語句 db query insert into table values yyy db query update t...
Rcpp實用手冊
c 對應於r的資料型別有如下這些 double numeric int integer string character logical bool 在c 中可以直接使用r的物件有 所有算術邏輯運算子都是可以向量化的 pow,include using namespace rcpp rcpp expo...
tar 實用手冊
url tar 命令用來將很多檔案打包成乙個單一的磁帶或者磁碟歸檔,並可從歸檔檔案恢復出檔案列表。當你需要通過 email 傳送大量檔案時或者傳輸檔案時非常有用。這裡我們介紹一些基本的使用場景。tar 的語法 tar options file.tar file1 file2 file.tar 是 t...