#引入類別物件--------------------------------- include_once XOOPS_ROOT_PATH . "/modules/ugm_tools2/ugmKind3.php"; ``` 實體化 ``` #實體化 類別物件 $stopLevel = 1; //層數 #(模組名稱,關鍵字,層數) $kindKey = "kind_ad"; $ugmKind = new ugmKind($module_name,$kindKey,$stopLevel); # 如果資料表非預設 請自行設定 ``` 資料表預設為「$module\_name\_kind」 2. Bootstrap4
#實體化 類別物件 $stopLevel = 1; //層數 #(模組名稱,關鍵字,層數) $kindKey = "kind_ad"; $ugmKind = new ugmKind($module_name,$kindKey,$stopLevel); # 如果資料表非預設 請自行設定 ``` 資料表預設為「$module\_name\_kind」 2. Bootstrap4