/
home
/
ak0904
/
public_html
/
quee168.com
/
Upload File
HOME
<?php require_once dirname(__FILE__)."/dal/registryDAL.php"; class registry{ //內頁模組設定 public $articlePageSize; //每頁數量設置 文章 public $productPageSize; //每頁數量設置 產品資訊 public $newsPageSize; //每頁數量設置 最新消息 public $faqPageSize; //每頁數量設置 問與答 public $bookPageSize; //每頁數量設置 影音相本 public $sideNavInfo; //側欄選單標題 網站資訊 public $sideNavProduct; //側欄選單標題 產品 public $sideNavPhoto; //側欄選單標題 小廣告 public $sideExtraInfo; //側欄選單標題 額外資訊 //網路資源設置 public $lineTitle; //LINE 標題 public $lineTitleShow; //LINE 標題 顯示在聯絡我們頁面 public $lineQRCode; //LINE QRCode //Facebook 設置 public $fbFansURL; //臉書粉絲團 網址 public $fbFansFriendFace; //臉書粉絲團 臉書模組 好友頭像 public $fbFansCoverPhoto; //臉書粉絲團 臉書模組 封面 public $fbFansPagePost; //臉書粉絲團 臉書模組 頁面內容 public $fbFansSidePageShow; //臉書粉絲團 內頁顯示 public $fbFansSidePageType; //臉書粉絲團 內頁顯示樣式 public $fbFansLOGO; //臉書粉絲團 內頁自訂LOGO //Google Map 設置 public $googlemapAddress; //Google MAP 地址 public $googlemapIndex; //Google MAP 首頁顯示 public $googlemapSidePage; //Google MAP 側邊顯示 public $googlemapSidePageShow; //Google MAP 側邊顯示(內頁選擇是否顯示) public $googlemapMain; //Google MAP 聯絡表單顯示 public $googlemapISStyle; //Google MAP 是否使用樣式 public $googlemapLat; //Google MAP 緯度 public $googlemapLng; //Google MAP 經度 public $googlemapIcon; //Google MAP 自訂標示圖 public $googlemapStyles; //Google MAP 地圖樣式 public $googlemapApiKey; //Google MAP 地圖Api金鑰 //Youtube 設置 public $youtubeURL; //Youtube 分享網址 public $youtubeSidePage; //Youtube 內頁顯示 public $youtubeSidePageShow; //Youtube 內頁顯示(內頁選擇是否顯示) public $youtubeIndex; //Youtube 顯示 public $youtubeType; //Youtube 顯示樣式 public $youtubeRel; //Youtube 顯示推薦影片 public $youtubeAutoPlay; //Youtube 自動播放 public $youtubeMute; //Youtube 靜音播放 public $youtubeLoop; //Youtube 重複播放 //GA、GT public $headHTML; //Google Analytics 原始碼 public $bodyTopHTML; //Google Tag Manager 原始碼 //首頁設置 public $indexListType; //展示列表 展示項目 public $indexAboutTitle1; //關於我們 標題 public $indexAboutTitle2; //關於我們 副標題 public $indexAboutLink; //關於我們 超連結 public $indexAboutLinkT; //關於我們 連結文字 public $indexAboutIntroduction; //關於我們 簡介 public $indexAboutImage; //關於我們 圖片 public $indexAboutShow; //關於我們 首頁顯示 public $indexNTitle; //最新消息 主標題 public $indexNNO; //最新消息 顯示數量 public $indexNMLink; //最新消息 查看更多連結 public $indexNMLinkTitle; //最新消息 查看更多標題 public $indexNBImg; //最新消息 背景圖 public $indexNBColor; //最新消息 背景底色 public $indexNShow; //最新消息 首頁顯示 public $indexPTitle; //產品設置 主標題 public $indexPNO; //產品設置 顯示數量 public $indexPMLink; //產品設置 查看更多連結 public $indexPMLinkTitle; //產品設置 查看更多標題 public $indexPShow; //產品設置 首頁顯示 public $indexPBImg; //產品設置 背景圖 public $indexPBColor; //產品設置 背景底色 public $indexBTitle; //相本設置 主標題 public $indexBNO; //相本設置 顯示數量 public $indexBMLink; //相本設置 查看更多連結 public $indexBMLinkTitle; //相本設置 查看更多標題 public $indexBShow; //相本設置 首頁顯示 public $indexBBImg; //相本設置 背景圖 public $indexBBColor; //相本設置 背景底色 public $indexCustomTitle1; //自訂欄位1 標題 public $indexCustomContent1; //自訂欄位1 內容 public $indexCustomTitle2; //自訂欄位2 標題 public $indexCustomContent2; //自訂欄位2 內容 public $indexCustomTitle3; //自訂欄位3 標題 public $indexCustomContent3; //自訂欄位3 內容 //系統 public $ModifiedTime; //最後更新時間 //首頁廣告設置 public $pageBannerType; //橫幅廣告設置 內頁廣告 public $pictureVideo; //橫幅廣告設置 影片連結 //小廣告設置 public $smallPictureShow; //小廣告設置 內頁廣告 //側邊商品分類列表設置 public $categorySidePageShow; //側邊商品分類列表設置 側邊顯示(內頁選擇是否顯示) //基本設置 public $isPayPage; //進階設定 快速線上付款 public $isCustomer; //進階設定 會員功能 public $isShopCar; //進階設定 購物車功能 public $isInvoice; //進階設定 電子發票功能 public $isScore; //進階設定 評分功能 public $webName; //網站資訊 網站名稱 public $webEmail; //網站資訊 客服信箱 public $webEmailisShow; //網站資訊 客服信箱 顯示在聯絡我們頁面 public $webAddress; //網站資訊 聯絡地址 public $webAddressisShow; //網站資訊 聯絡地址 顯示在聯絡我們頁面 public $webPhone; //網站資訊 聯絡電話 public $webPhoneisShow; //網站資訊 聯絡電話 顯示在聯絡我們頁面 public $webMobile; //網站資訊 聯絡手機 public $webMobileShow; //網站資訊 聯絡手機 顯示在聯絡我們頁面 public $webFax; //網站資訊 聯絡傳真 public $webFaxisShow; //網站資訊 聯絡傳真 顯示在聯絡我們頁面 public $webType; //網站設定 網站類型 public $ShowPrice; //網站設定 顯示產品價格 public $transPrice; //網站設定 網站類型-簡易型購物網站 運費 public $transFreePrice; //網站設定 網站類型-簡易型購物網站 免運金額 public $webLinkType; //網站設定 網址形式 public $systemEmail1; //網站設定 系統信箱1 public $systemEmail2; //網站設定 系統信箱2 public $systemEmail3; //網站設定 系統信箱3 public $systemEmail4; //網站設定 系統信箱4 public $systemEmail5; //網站設定 系統信箱5 public $sendMailType; //寄件信箱設定 信箱類型 public $sendMailAddress; //寄件信箱設定 信箱 public $sendMailPassword; //寄件信箱設定 密碼 public $sendMailHost; //寄件信箱設定 主機位置 public $sendMailPort; //寄件信箱設定 通訊埠 public $sendMailSMTPSecure; //寄件信箱設定 加密方式 public $sendMailSMTPAuth; //寄件信箱設定 安全驗證 public $ipLimit1; //前台IP限制 public $ipBlackList1; //前台黑名單IP public $ipWhiteList1; //前台白名單IP public $ipLimit2; //後台IP限制 public $ipBlackList2; //後台黑名單IP public $ipWhiteList2; //後台白名單IP //SEO設定 public $webTitle; //SEO資訊 網站標題 public $webKeyword; //SEO資訊 網站關鍵字 public $webDescription; //SEO資訊 網站描述 public $webH1; //SEO資訊 H1標題 public $webMarquee; //SEO資訊 跑馬燈 public $webCopy; //SEO資訊 版權宣告 public $webFooter; //SEO資訊 頁腳設定-蘋果 public $twipLimit; //SEO資訊 台灣IP限制 public $sitemapType; //SEO資訊 網站地圖樣式 public $webSeoSearch; //SEO資訊 網站結構化資料類型 public $indexBestRating; //SEO資訊 首頁結構化資料設置 評分允許的最高值 public $indexRatingValue; //SEO資訊 首頁結構化資料設置 內容評分 public $indexRatingCount; //SEO資訊 首頁結構化資料設置 總評分數 public $indexReviewCount; //SEO資訊 首頁結構化資料設置 總評論數 public $indexIsShowJason; //SEO資訊 首頁結構化資料設置 是否開啟結構化資料 public $indexIsShowStars; //SEO資訊 首頁結構化資料設置 是否再前台顯示星級與評論 public $contactBestRating; //SEO資訊 聯絡我們結構化資料設置 評分允許的最高值 public $contactRatingValue; //SEO資訊 聯絡我們結構化資料設置 內容評分 public $contactRatingCount; //SEO資訊 聯絡我們結構化資料設置 總評分數 public $contactReviewCount; //SEO資訊 聯絡我們結構化資料設置 總評論數 public $contactIsShowJason; //SEO資訊 聯絡我們結構化資料設置 是否開啟結構化資料 public $contactIsShowStars; //SEO資訊 聯絡我們結構化資料設置 是否再前台顯示星級與評論 public $orderBestRating; //SEO資訊 購物車結構化資料設置 評分允許的最高值 public $orderRatingValue; //SEO資訊 購物車結構化資料設置 內容評分 public $orderRatingCount; //SEO資訊 購物車結構化資料設置 總評分數 public $orderReviewCount; //SEO資訊 購物車結構化資料設置 總評論數 public $orderIsShowJason; //SEO資訊 購物車結構化資料設置 是否開啟結構化資料 public $orderIsShowStars; //SEO資訊 購物車結構化資料設置 是否再前台顯示星級與評論 public $articleTitle; //特殊內頁SEO設定 文章總表標題 public $articleKeyword; //特殊內頁SEO設定 文章總表關鍵字 public $articleDescription; //特殊內頁SEO設定 文章總表描述 public $newsTitle; //特殊內頁SEO設定 最新消息總表標題 public $newsKeyword; //特殊內頁SEO設定 最新消息總表關鍵字 public $newsDescription; //特殊內頁SEO設定 最新消息總表描述 public $faqTitle; //特殊內頁SEO設定 問與答總表標題 public $faqKeyword; //特殊內頁SEO設定 問與答總表關鍵字 public $faqDescription; //特殊內頁SEO設定 問與答總表描述 public $productTitle; //特殊內頁SEO設定 商品總表標題 public $productKeyword; //特殊內頁SEO設定 商品總表關鍵字 public $productDescription; //特殊內頁SEO設定 商品總表描述 public $bookTitle; //特殊內頁SEO設定 相本總表標題 public $bookKeyword; //特殊內頁SEO設定 相本總表關鍵字 public $bookDescription; //特殊內頁SEO設定 相本總表描述 public $contactTitle; //特殊內頁SEO設定 聯絡我們總表標題 public $contactKeyword; //特殊內頁SEO設定 聯絡我們總表關鍵字 public $contactDescription; //特殊內頁SEO設定 聯絡我們總表描述 public $orderTitle; //特殊內頁SEO設定 簡易購物車總表標題 public $orderKeyword; //特殊內頁SEO設定 簡易購物車總表關鍵字 public $orderDescription; //特殊內頁SEO設定 簡易購物車總表描述 //跳轉設置 public $webJumpType; //跳轉設置 跳轉類型 public $webJumpImage; //跳轉設置 跳轉圖片 public $webJumpLink; //跳轉設置 跳轉連結 //版型設置 public $webTemplates; //版型路徑目錄 //聯絡我們設置 public $sideNavShow; //聯絡我們資訊 內頁顯示 public $ContactName; //聯絡我們資訊 聯絡我們標題 public $webContact; //聯絡我們資訊 給客戶的話 //線上訂單設置 public $OrderName; //聯絡我們資訊 聯絡我們標題 public $webOrder; //線上訂單資訊 線上購物說明 public $LineOpen; //Demo圖片設置 public $DemoImage1; public $DemoImage2; //社群分享設置 public $OGTitle; public $OGDescription; public $OGImage; //Line登入設置 public $upLineTasonTime; //金流設定 public $merchantID; //金流設定 藍新金流 商店代號 public $hashKey; //金流設定 藍新金流 HashKey public $hashIV; //金流設定 藍新金流 HashIV public $ecpay_merchantID; //金流設定 綠界金流 商店代號 public $ecpay_hashKey; //金流設定 綠界金流 HashKey public $ecpay_hashIV; //金流設定 綠界金流 HashIV public $pchomepay_appId; //金流設定 PCHome金流 app_id public $pchomepay_secretCode; //金流設定 PCHome金流 secret code //分類列表模式設定 public $categoryListMode; public function registry(){ $this->articlePageSize = $this->getRegistryValue("articlePageSize"); $this->productPageSize = $this->getRegistryValue("productPageSize"); $this->newsPageSize = $this->getRegistryValue("newsPageSize"); $this->faqPageSize = $this->getRegistryValue("faqPageSize"); $this->bookPageSize = $this->getRegistryValue("bookPageSize"); $this->sideNavInfo = $this->getRegistryValue("sideNavInfo"); $this->sideNavProduct = $this->getRegistryValue("sideNavProduct"); $this->sideNavPhoto = $this->getRegistryValue("sideNavPhoto"); $this->sideExtraInfo = $this->getRegistryValue("sideExtraInfo"); $this->lineTitle = $this->getRegistryValue("lineTitle"); $this->lineTitleShow = $this->getRegistryValue("lineTitleShow"); $this->lineQRCode = $this->getRegistryValue("lineQRCode"); $this->fbFansURL = $this->getRegistryValue("fbFansURL"); $this->fbFansFriendFace = $this->getRegistryValue("fbFansFriendFace"); $this->fbFansCoverPhoto = $this->getRegistryValue("fbFansCoverPhoto"); $this->fbFansPagePost = $this->getRegistryValue("fbFansPagePost"); $this->fbFansSidePageShow = $this->getRegistryValue("fbFansSidePageShow"); $this->fbFansSidePageType = $this->getRegistryValue("fbFansSidePageType"); $this->fbFansLOGO = $this->getRegistryValue("fbFansLOGO"); $this->googlemapAddress = $this->getRegistryValue("googlemapAddress"); $this->googlemapIndex = $this->getRegistryValue("googlemapIndex"); $this->googlemapSidePage = $this->getRegistryValue("googlemapSidePage"); $this->googlemapSidePageShow = $this->getRegistryValue("googlemapSidePageShow"); $this->googlemapMain = $this->getRegistryValue("googlemapMain"); $this->googlemapISStyle = $this->getRegistryValue("googlemapISStyle"); $this->googlemapLat = $this->getRegistryValue("googlemapLat"); $this->googlemapLng = $this->getRegistryValue("googlemapLng"); $this->googlemapIcon = $this->getRegistryValue("googlemapIcon"); $this->googlemapStyles = $this->getRegistryValue("googlemapStyles"); $this->googlemapApiKey = $this->getRegistryValue("googlemapApiKey"); $this->youtubeURL = $this->getRegistryValue("youtubeURL"); $this->youtubeSidePage = $this->getRegistryValue("youtubeSidePage"); $this->youtubeSidePageShow = $this->getRegistryValue("youtubeSidePageShow"); $this->youtubeIndex = $this->getRegistryValue("youtubeIndex"); $this->youtubeType = $this->getRegistryValue("youtubeType"); $this->youtubeRel = $this->getRegistryValue("youtubeRel"); $this->youtubeAutoPlay = $this->getRegistryValue("youtubeAutoPlay"); $this->youtubeMute = $this->getRegistryValue("youtubeMute"); $this->youtubeLoop = $this->getRegistryValue("youtubeLoop"); $this->headHTML = $this->getRegistryValue("headHTML"); $this->bodyTopHTML = $this->getRegistryValue("bodyTopHTML"); $this->indexListType = $this->getRegistryValue("indexListType"); $this->indexAboutTitle1 = $this->getRegistryValue("indexAboutTitle1"); $this->indexAboutTitle2 = $this->getRegistryValue("indexAboutTitle2"); $this->indexAboutLink = $this->getRegistryValue("indexAboutLink"); $this->indexAboutLinkT = $this->getRegistryValue("indexAboutLinkT"); $this->indexAboutIntroduction = $this->getRegistryValue("indexAboutIntroduction"); $this->indexAboutImage = $this->getRegistryValue("indexAboutImage"); $this->indexAboutShow = $this->getRegistryValue("indexAboutShow"); $this->indexNTitle = $this->getRegistryValue("indexNTitle"); $this->indexNNO = $this->getRegistryValue("indexNNO"); $this->indexNMLink = $this->getRegistryValue("indexNMLink"); $this->indexNMLinkTitle = $this->getRegistryValue("indexNMLinkTitle"); $this->indexNBImg = $this->getRegistryValue("indexNBImg"); $this->indexNBColor = $this->getRegistryValue("indexNBColor"); $this->indexNShow = $this->getRegistryValue("indexNShow"); $this->indexPTitle = $this->getRegistryValue("indexPTitle"); $this->indexPNO = $this->getRegistryValue("indexPNO"); $this->indexPMLink = $this->getRegistryValue("indexPMLink"); $this->indexPMLinkTitle = $this->getRegistryValue("indexPMLinkTitle"); $this->indexPShow = $this->getRegistryValue("indexPShow"); $this->indexPBImg = $this->getRegistryValue("indexPBImg"); $this->indexPBColor = $this->getRegistryValue("indexPBColor"); $this->indexBTitle = $this->getRegistryValue("indexBTitle"); $this->indexBNO = $this->getRegistryValue("indexBNO"); $this->indexBMLink = $this->getRegistryValue("indexBMLink"); $this->indexBMLinkTitle = $this->getRegistryValue("indexBMLinkTitle"); $this->indexBShow = $this->getRegistryValue("indexBShow"); $this->indexBBImg = $this->getRegistryValue("indexBBImg"); $this->indexBBColor = $this->getRegistryValue("indexBBColor"); $this->indexCustomTitle1 = $this->getRegistryValue("indexCustomTitle1"); $this->indexCustomContent1 = $this->getRegistryValue("indexCustomContent1"); $this->indexCustomTitle2 = $this->getRegistryValue("indexCustomTitle2"); $this->indexCustomContent2 = $this->getRegistryValue("indexCustomContent2"); $this->indexCustomTitle3 = $this->getRegistryValue("indexCustomTitle3"); $this->indexCustomContent3 = $this->getRegistryValue("indexCustomContent3"); $this->ModifiedTime = $this->getRegistryValue("ModifiedTime"); $this->pageBannerType = $this->getRegistryValue("pageBannerType"); $this->pictureVideo = $this->getRegistryValue("pictureVideo"); $this->smallPictureShow = $this->getRegistryValue("smallPictureShow"); $this->categorySidePageShow = $this->getRegistryValue("categorySidePageShow"); $this->isPayPage = $this->getRegistryValue("isPayPage"); $this->isCustomer = $this->getRegistryValue("isCustomer"); $this->isShopCar = $this->getRegistryValue("isShopCar"); $this->isInvoice = $this->getRegistryValue("isInvoice"); $this->isScore = $this->getRegistryValue("isScore"); $this->webName = $this->getRegistryValue("webName"); $this->webEmail = $this->getRegistryValue("webEmail"); $this->webEmailisShow = $this->getRegistryValue("webEmailisShow"); $this->webAddress = $this->getRegistryValue("webAddress"); $this->webAddressisShow = $this->getRegistryValue("webAddressisShow"); $this->webPhone = $this->getRegistryValue("webPhone"); $this->webPhoneisShow = $this->getRegistryValue("webPhoneisShow"); $this->webMobile = $this->getRegistryValue("webMobile"); $this->webMobileShow = $this->getRegistryValue("webMobileShow"); $this->webFax = $this->getRegistryValue("webFax"); $this->webFaxisShow = $this->getRegistryValue("webFaxisShow"); $this->webType = $this->getRegistryValue("webType"); $this->ShowPrice = $this->getRegistryValue("ShowPrice"); $this->transPrice = $this->getRegistryValue("transPrice"); $this->transFreePrice = $this->getRegistryValue("transFreePrice"); $this->webLinkType = $this->getRegistryValue("webLinkType"); $this->systemEmail1 = $this->getRegistryValue("systemEmail1"); $this->systemEmail2 = $this->getRegistryValue("systemEmail2"); $this->systemEmail3 = $this->getRegistryValue("systemEmail3"); $this->systemEmail4 = $this->getRegistryValue("systemEmail4"); $this->systemEmail5 = $this->getRegistryValue("systemEmail5"); $this->sendMailType = $this->getRegistryValue("sendMailType"); $this->sendMailAddress = $this->getRegistryValue("sendMailAddress"); $this->sendMailPassword = $this->getRegistryValue("sendMailPassword"); $this->sendMailHost = $this->getRegistryValue("sendMailHost"); $this->sendMailPort = $this->getRegistryValue("sendMailPort"); $this->sendMailSMTPSecure = $this->getRegistryValue("sendMailSMTPSecure"); $this->sendMailSMTPAuth = $this->getRegistryValue("sendMailSMTPAuth"); $this->ipLimit1 = $this->getRegistryValue("ipLimit1"); $this->ipBlackList1 = $this->getRegistryValue("ipBlackList1"); $this->ipWhiteList1 = $this->getRegistryValue("ipWhiteList1"); $this->ipLimit2 = $this->getRegistryValue("ipLimit2"); $this->ipBlackList2 = $this->getRegistryValue("ipBlackList2"); $this->ipWhiteList2 = $this->getRegistryValue("ipWhiteList2"); $this->webTitle = $this->getRegistryValue("webTitle"); $this->webKeyword = $this->getRegistryValue("webKeyword"); $this->webDescription = $this->getRegistryValue("webDescription"); $this->webH1 = $this->getRegistryValue("webH1"); $this->webMarquee = $this->getRegistryValue("webMarquee"); $this->webCopy = $this->getRegistryValue("webCopy"); $this->webFooter = $this->getRegistryValue("webFooter"); $this->twipLimit = $this->getRegistryValue("twipLimit"); $this->sitemapType = $this->getRegistryValue("sitemapType"); $this->webSeoSearch = $this->getRegistryValue("webSeoSearch"); $this->indexBestRating = $this->getRegistryValue("indexBestRating"); $this->indexRatingValue = $this->getRegistryValue("indexRatingValue"); $this->indexRatingCount = $this->getRegistryValue("indexRatingCount"); $this->indexReviewCount = $this->getRegistryValue("indexReviewCount"); $this->indexIsShowJason = $this->getRegistryValue("indexIsShowJason"); $this->indexIsShowStars = $this->getRegistryValue("indexIsShowStars"); $this->contactBestRating = $this->getRegistryValue("contactBestRating"); $this->contactRatingValue = $this->getRegistryValue("contactRatingValue"); $this->contactRatingCount = $this->getRegistryValue("contactRatingCount"); $this->contactReviewCount = $this->getRegistryValue("contactReviewCount"); $this->contactIsShowJason = $this->getRegistryValue("contactIsShowJason"); $this->contactIsShowStars = $this->getRegistryValue("contactIsShowStars"); $this->orderBestRating = $this->getRegistryValue("orderBestRating"); $this->orderRatingValue = $this->getRegistryValue("orderRatingValue"); $this->orderRatingCount = $this->getRegistryValue("orderRatingCount"); $this->orderReviewCount = $this->getRegistryValue("orderReviewCount"); $this->orderIsShowJason = $this->getRegistryValue("orderIsShowJason"); $this->orderIsShowStars = $this->getRegistryValue("orderIsShowStars"); $this->articleTitle = $this->getRegistryValue("articleTitle"); $this->articleKeyword = $this->getRegistryValue("articleKeyword"); $this->articleDescription = $this->getRegistryValue("articleDescription"); $this->newsTitle = $this->getRegistryValue("newsTitle"); $this->newsKeyword = $this->getRegistryValue("newsKeyword"); $this->newsDescription = $this->getRegistryValue("newsDescription"); $this->faqTitle = $this->getRegistryValue("faqTitle"); $this->faqKeyword = $this->getRegistryValue("faqKeyword"); $this->faqDescription = $this->getRegistryValue("faqDescription"); $this->productTitle = $this->getRegistryValue("productTitle"); $this->productKeyword = $this->getRegistryValue("productKeyword"); $this->productDescription = $this->getRegistryValue("productDescription"); $this->bookTitle = $this->getRegistryValue("bookTitle"); $this->bookKeyword = $this->getRegistryValue("bookKeyword"); $this->bookDescription = $this->getRegistryValue("bookDescription"); $this->contactTitle = $this->getRegistryValue("contactTitle"); $this->contactKeyword = $this->getRegistryValue("contactKeyword"); $this->contactDescription = $this->getRegistryValue("contactDescription"); $this->orderTitle = $this->getRegistryValue("orderTitle"); $this->orderKeyword = $this->getRegistryValue("orderKeyword"); $this->orderDescription = $this->getRegistryValue("orderDescription"); $this->webJumpType = $this->getRegistryValue("webJumpType"); $this->webJumpImage = $this->getRegistryValue("webJumpImage"); $this->webJumpLink = $this->getRegistryValue("webJumpLink"); $this->webTemplates = $this->getRegistryValue("webTemplates"); $this->sideNavShow = $this->getRegistryValue("sideNavShow"); $this->ContactName = $this->getRegistryValue("ContactName"); $this->webContact = $this->getRegistryValue("webContact"); $this->OrderName = $this->getRegistryValue("OrderName"); $this->webOrder = $this->getRegistryValue("webOrder"); $this->LineOpen = $this->getRegistryValue("LineOpen"); $this->DemoImage1 = $this->getRegistryValue("DemoImage1"); $this->DemoImage2 = $this->getRegistryValue("DemoImage2"); $this->OGTitle = $this->getRegistryValue("OGTitle"); $this->OGDescription = $this->getRegistryValue("OGDescription"); $this->OGImage = $this->getRegistryValue("OGImage"); $this->upLineTasonTime = $this->getRegistryValue("upLineTasonTime"); $this->merchantID = $this->getRegistryValue("merchantID"); $this->hashKey = $this->getRegistryValue("hashKey"); $this->hashIV = $this->getRegistryValue("hashIV"); $this->ecpay_merchantID = $this->getRegistryValue("ecpay_merchantID"); $this->ecpay_hashKey = $this->getRegistryValue("ecpay_hashKey"); $this->ecpay_hashIV = $this->getRegistryValue("ecpay_hashIV"); $this->pchomepay_appId = $this->getRegistryValue("pchomepay_appId"); $this->pchomepay_secretCode = $this->getRegistryValue("pchomepay_secretCode"); $this->categoryListMode = $this->getRegistryValue("categoryListMode"); } public function getRegistryValue($name){ return registryDAL::getRegistryValue($name); } static $instance; static public function createInstance(){ if(!isset($instance)) self::$instance = new registry(); return self::$instance; } } ?>