• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

PHP SC_DB_MasterData_Ex类代码示例

原作者: [db:作者] 来自: [db:来源] 收藏 邀请

本文整理汇总了PHP中SC_DB_MasterData_Ex的典型用法代码示例。如果您正苦于以下问题:PHP SC_DB_MasterData_Ex类的具体用法?PHP SC_DB_MasterData_Ex怎么用?PHP SC_DB_MasterData_Ex使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。



在下文中一共展示了SC_DB_MasterData_Ex类的20个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于我们的系统推荐出更棒的PHP代码示例。

示例1: init

 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_mainpage = 'order/edit.tpl';
     $this->tpl_subnavi = 'order/subnavi.tpl';
     $this->tpl_mainno = 'order';
     $this->tpl_subno = 'index';
     $this->tpl_subtitle = '受注管理';
     if (empty($_GET['order_id']) && empty($_POST['order_id'])) {
         $this->tpl_subno = 'add';
         $this->tpl_mode = 'add';
         $this->tpl_subtitle = '新規受注入力';
     }
     $masterData = new SC_DB_MasterData_Ex();
     $this->arrPref = $masterData->getMasterData("mtb_pref", array("pref_id", "pref_name", "rank"));
     $this->arrORDERSTATUS = $masterData->getMasterData("mtb_order_status");
     /* ペイジェント決済モジュール連携用 */
     if (function_exists("sfPaygentOrderPage")) {
         $this->arrDispKind = sfPaygentOrderPage();
     }
     /* F-REGI決済モジュール連携用 */
     if (file_exists(MODULE_PATH . 'mdl_fregi/LC_Page_Mdl_Fregi_Config.php') === TRUE) {
         global $arrFregiPayment;
         $this->arrFregiPayment = $arrFregiPayment;
         global $arrFregiDispKind;
         $this->arrFregiDispKind = $arrFregiDispKind;
     }
 }
开发者ID:khrisna,项目名称:eccubedrm,代码行数:33,代码来源:LC_Page_Admin_Order_Edit.php


示例2: __construct

 public function __construct($download, $title, $tpl_pdf = 'nouhinsyo1.pdf')
 {
     $this->FPDF();
     // デフォルトの設定
     $this->tpl_pdf = PDF_TEMPLATE_REALDIR . $tpl_pdf;
     // テンプレートファイル
     $this->pdf_download = $download;
     // PDFのダウンロード形式(0:表示、1:ダウンロード)
     $this->tpl_title = $title;
     $this->tpl_dispmode = 'real';
     // 表示モード
     $masterData = new SC_DB_MasterData_Ex();
     $this->arrPref = $masterData->getMasterData('mtb_pref');
     $this->width_cell = array(110.3, 12, 21.7, 24.5);
     $this->label_cell[] = '商品名 / 商品コード / [ 規格 ]';
     $this->label_cell[] = '数量';
     $this->label_cell[] = '単価';
     $this->label_cell[] = '金額(税込)';
     $this->arrMessage = array('このたびはお買上げいただきありがとうございます。', '下記の内容にて納品させていただきます。', 'ご確認くださいますよう、お願いいたします。');
     // SJISフォント
     $this->AddSJISFont();
     $this->SetFont('SJIS');
     //ページ総数取得
     $this->AliasNbPages();
     // マージン設定
     $this->SetMargins(15, 20);
     // PDFを読み込んでページ数を取得
     $this->pageno = $this->setSourceFile($this->tpl_pdf);
 }
开发者ID:ryoogata,项目名称:eccube-SQLAzureSupport-plugin,代码行数:29,代码来源:SC_Fpdf.php


示例3: init

 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_mainpage = 'products/index.tpl';
     $this->tpl_mainno = 'products';
     $this->tpl_subno = 'index';
     $this->tpl_pager = 'pager.tpl';
     $this->tpl_maintitle = '商品管理';
     $this->tpl_subtitle = '商品マスター';
     $masterData = new SC_DB_MasterData_Ex();
     $this->arrPageMax = $masterData->getMasterData('mtb_page_max');
     $this->arrDISP = $masterData->getMasterData('mtb_disp');
     $this->arrSTATUS = $masterData->getMasterData('mtb_status');
     $this->arrPRODUCTSTATUS_COLOR = $masterData->getMasterData('mtb_product_status_color');
     $objDate = new SC_Date();
     // 登録・更新検索開始年
     $objDate->setStartYear(RELEASE_YEAR);
     $objDate->setEndYear(DATE('Y'));
     $this->arrStartYear = $objDate->getYear();
     $this->arrStartMonth = $objDate->getMonth();
     $this->arrStartDay = $objDate->getDay();
     // 登録・更新検索終了年
     $objDate->setStartYear(RELEASE_YEAR);
     $objDate->setEndYear(DATE('Y'));
     $this->arrEndYear = $objDate->getYear();
     $this->arrEndMonth = $objDate->getMonth();
     $this->arrEndDay = $objDate->getDay();
 }
开发者ID:nanasess,项目名称:eccube-WindowsAzureBlob-plugin,代码行数:33,代码来源:LC_Page_Admin_Products.php


示例4: __construct

 function __construct($download, $title, $tpl_pdf = 'nouhinsyo1.pdf')
 {
     $this->FPDF();
     // デフォルトの設定
     $this->tpl_pdf = PDF_TEMPLATE_REALDIR . $tpl_pdf;
     // テンプレートファイル
     $this->pdf_download = $download;
     // PDFのダウンロード形式(0:表示、1:ダウンロード)
     $this->tpl_title = $title;
     $this->tpl_dispmode = 'real';
     // 表示モード
     $masterData = new SC_DB_MasterData_Ex();
     $this->arrPref = $masterData->getMasterData('mtb_pref');
     $this->width_cell = array(110.3, 12, 21.7, 24.5);
     $this->label_cell[] = t('c_Product name / Product code / [Specification]_01');
     $this->label_cell[] = t('c_Quantity_01');
     $this->label_cell[] = t('c_Unit price_01');
     $this->label_cell[] = t('c_Amount with tax_01');
     $this->arrMessage = array(t('c_Thank you for your purchase._01'), t('c_Delivery will be based on the following below._01'), t('c_Please confirm._01'));
     // SJISフォント
     $this->AddSJISFont();
     $this->SetFont('SJIS');
     //ページ総数取得
     $this->AliasNbPages();
     // マージン設定
     $this->SetMargins(15, 20);
     // PDFを読み込んでページ数を取得
     $this->pageno = $this->setSourceFile($this->tpl_pdf);
 }
开发者ID:Rise-Up-Cambodia,项目名称:Rise-Up,代码行数:29,代码来源:SC_Fpdf.php


示例5: init

 /**
  * Page を初期化する.
  *
  * @return void
  */
 public function init()
 {
     parent::init();
     $this->tpl_title = '特定商取引に関する法律に基づく表記';
     $masterData = new SC_DB_MasterData_Ex();
     $this->arrPref = $masterData->getMasterData('mtb_pref');
 }
开发者ID:rateon,项目名称:twhk-ec,代码行数:12,代码来源:LC_Page_Order.php


示例6: init

 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_title = t('c_Items in cart_01');
     $masterData = new SC_DB_MasterData_Ex();
     $this->arrProductType = $masterData->getMasterData('mtb_product_type');
 }
开发者ID:Rise-Up-Cambodia,项目名称:Rise-Up,代码行数:12,代码来源:LC_Page_Cart.php


示例7: init

 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $masterData = new SC_DB_MasterData_Ex();
     $this->arrProductType = $masterData->getMasterData('mtb_product_type');
     //商品種類を取得
 }
开发者ID:Rise-Up-Cambodia,项目名称:Rise-Up,代码行数:12,代码来源:LC_Page_Index.php


示例8: mobileInit

 /**
  * モバイルページを初期化する.
  *
  * @return void
  */
 function mobileInit()
 {
     $this->tpl_mainpage = 'shopping/deliv_addr.tpl';
     $this->tpl_title = "新しいお届け先の追加";
     $masterData = new SC_DB_MasterData_Ex();
     $this->arrPref = $masterData->getMasterData("mtb_pref", array("pref_id", "pref_name", "rank"));
 }
开发者ID:khrisna,项目名称:eccubedrm,代码行数:12,代码来源:LC_Page_Shopping_DelivAddr.php


示例9: init

 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_mainpage = 'products/review.tpl';
     $this->tpl_mainno = 'products';
     $this->tpl_subno = 'review';
     $this->tpl_pager = 'pager.tpl';
     $this->tpl_maintitle = '商品管理';
     $this->tpl_subtitle = 'レビュー管理';
     $masterData = new SC_DB_MasterData_Ex();
     $this->arrPageMax = $masterData->getMasterData("mtb_page_max");
     $this->arrRECOMMEND = $masterData->getMasterData("mtb_recommend");
     $this->arrSex = $masterData->getMasterData("mtb_sex");
     $objDate = new SC_Date_Ex();
     // 登録・更新検索開始年
     $objDate->setStartYear(RELEASE_YEAR);
     $objDate->setEndYear(DATE('Y'));
     $this->arrStartYear = $objDate->getYear();
     $this->arrStartMonth = $objDate->getMonth();
     $this->arrStartDay = $objDate->getDay();
     // 登録・更新検索終了年
     $objDate->setStartYear(RELEASE_YEAR);
     $objDate->setEndYear(DATE('Y'));
     $this->arrEndYear = $objDate->getYear();
     $this->arrEndMonth = $objDate->getMonth();
     $this->arrEndDay = $objDate->getDay();
 }
开发者ID:nanasess,项目名称:ec-azure,代码行数:32,代码来源:LC_Page_Admin_Products_Review.php


示例10: setUp

 protected function setUp()
 {
     parent::setUp();
     $masterData = new SC_DB_MasterData_Ex();
     $this->arrAllowedTag = $masterData->getMasterData('mtb_allowed_tag');
     $this->target_func = 'HTML_TAG_CHECK';
 }
开发者ID:casan,项目名称:eccube-2_13,代码行数:7,代码来源:SC_CheckError_HTML_TAG_CHECKTest.php


示例11: init

 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_mainpage = 'order/index.tpl';
     $this->tpl_mainno = 'order';
     $this->tpl_subno = 'index';
     $this->tpl_pager = 'pager.tpl';
     $this->tpl_maintitle = t('c_Orders_01');
     $this->tpl_subtitle = t('c_Order master_01');
     $masterData = new SC_DB_MasterData_Ex();
     $this->arrORDERSTATUS = $masterData->getMasterData('mtb_order_status');
     $this->arrORDERSTATUS_COLOR = $masterData->getMasterData('mtb_order_status_color');
     $this->arrSex = $masterData->getMasterData('mtb_sex');
     $this->arrPageMax = $masterData->getMasterData('mtb_page_max');
     $objDate = new SC_Date_Ex();
     // 登録・更新日検索用
     $objDate->setStartYear(RELEASE_YEAR);
     $objDate->setEndYear(DATE('Y'));
     $this->arrRegistYear = $objDate->getYear();
     // 生年月日検索用
     $objDate->setStartYear(BIRTH_YEAR);
     $objDate->setEndYear(DATE('Y'));
     $this->arrBirthYear = $objDate->getYear();
     // 月日の設定
     $this->arrMonth = $objDate->getMonth();
     $this->arrDay = $objDate->getDay();
     // 支払い方法の取得
     $this->arrPayments = SC_Helper_DB_Ex::sfGetIDValueList('dtb_payment', 'payment_id', 'payment_method');
     $this->httpCacheControl('nocache');
 }
开发者ID:Rise-Up-Cambodia,项目名称:Rise-Up,代码行数:35,代码来源:LC_Page_Admin_Order.php


示例12: init

 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     // GDライブラリのインストール判定
     $this->install_GD = function_exists('gd_info') ? true : false;
     $this->tpl_mainpage = 'total/index.tpl';
     $this->tpl_graphsubtitle = 'total/subtitle.tpl';
     $this->tpl_titleimage = ROOT_URLPATH . 'img/title/title_sale.jpg';
     $this->tpl_maintitle = $this->tpl_maintitle = t('c_Sales (history)_01');
     $this->tpl_mainno = 'total';
     $masterData = new SC_DB_MasterData_Ex();
     $this->arrWDAY = $masterData->getMasterData('mtb_wday');
     $this->arrSex = $masterData->getMasterData('mtb_sex');
     $this->arrJob = $masterData->getMasterData('mtb_job');
     // 登録・更新日検索用
     $objDate = new SC_Date_Ex();
     $objDate->setStartYear(RELEASE_YEAR);
     $objDate->setEndYear(DATE('Y'));
     $this->arrYear = $objDate->getYear();
     $this->arrMonth = $objDate->getMonth();
     $this->arrDay = $objDate->getDay();
     // ページタイトル todo あとでなおす
     $this->arrTitle[''] = t('c_Sales by period_01');
     $this->arrTitle['term'] = t('c_Sales by period_01');
     $this->arrTitle['products'] = t('c_Sales by product_01');
     $this->arrTitle['age'] = t('c_Sales by age group_01');
     $this->arrTitle['job'] = t('c_Sales  by occupation_01');
     $this->arrTitle['member'] = t('c_Sales by member_01');
     // 月度集計のkey名
     $this->arrSearchForm1 = array('search_startyear_m', 'search_startmonth_m');
     // 期間別集計のkey名
     $this->arrSearchForm2 = array('search_startyear', 'search_startmonth', 'search_startday', 'search_endyear', 'search_endmonth', 'search_endday');
 }
开发者ID:Rise-Up-Cambodia,项目名称:Rise-Up,代码行数:38,代码来源:LC_Page_Admin_Total.php


示例13: doAction

 public function doAction($arrParam)
 {
     $arrRequest = $this->doInitParam($arrParam);
     if (!$this->isParamError()) {
         $masterData = new SC_DB_MasterData_Ex();
         $arrSTATUS = $masterData->getMasterData('mtb_status');
         $arrSTATUS_IMAGE = $masterData->getMasterData('mtb_status_image');
         $objProduct = new SC_Product_Ex();
         $arrSearchData = array('category_id' => $arrRequest['BrowseNode'], 'maker_name' => $arrRequest['Manufacturer'], 'name' => $arrRequest['Keywords'], 'orderby' => $arrRequest['Sort']);
         $arrSearchCondition = $this->getSearchCondition($arrSearchData);
         $disp_number = 10;
         $objQuery =& SC_Query_Ex::getSingletonInstance();
         $objQuery->setWhere($arrSearchCondition['where_for_count']);
         $objProduct = new SC_Product_Ex();
         $linemax = $objProduct->findProductCount($objQuery, $arrSearchCondition['arrval']);
         $objNavi = new SC_PageNavi_Ex($arrRequest['ItemPage'], $tpl_linemax, $disp_number);
         $arrProducts = $this->getProductsList($arrSearchCondition, $disp_number, $objNavi->start_row, $linemax, $objProduct);
         if (!SC_Utils_Ex::isBlank($arrProducts)) {
             $arrProducts = $this->setStatusDataTo($arrProducts, $arrSTATUS, $arrSTATUS_IMAGE);
             $arrProducts = $objProduct->setPriceTaxTo($arrProducts);
             foreach ($arrProducts as $key => $val) {
                 $arrProducts[$key]['main_list_image'] = SC_Utils_Ex::sfNoImageMainList($val['main_list_image']);
             }
             $arrData = array();
             foreach ($arrProducts as $key => $val) {
                 $arrData[] = array('product_id' => $val['product_id'], 'DetailPageURL' => HTTP_URL . 'products/detail.php?product_id=' . $val['product_id'], 'ItemAttributes' => $val);
             }
             $this->setResponse('Item', $arrData);
             return true;
         } else {
             $this->addError('ItemSearch.Error', '※ 要求された情報は見つかりませんでした。');
         }
     }
     return false;
 }
开发者ID:nassos9090,项目名称:plugin,代码行数:35,代码来源:ItemSearch.php


示例14: init

 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_title = '現在のカゴの中';
     $masterData = new SC_DB_MasterData_Ex();
     $this->arrProductType = $masterData->getMasterData('mtb_product_type');
 }
开发者ID:snguyenone,项目名称:ec-cube-ja-2.12.6,代码行数:12,代码来源:LC_Page_Cart.php


示例15: __construct

 /**
  * コンストラクタ.
  */
 public function __construct()
 {
     $masterData = new SC_DB_MasterData_Ex();
     $this->arrMAILTPLPATH = $masterData->getMasterData('mtb_mail_tpl_path');
     $this->arrPref = $masterData->getMasterData('mtb_pref');
     $this->arrCountry = $masterData->getMasterData('mtb_country');
 }
开发者ID:casan,项目名称:eccube-2_13,代码行数:10,代码来源:SC_Helper_Mail.php


示例16: testCreateCache

 /**
  * SC_DB_MasterData::createCache() のテストケース.
  */
 function testCreateCache()
 {
     $masterData = new SC_DB_MasterData_Ex();
     $masterData->clearCache('mtb_constants');
     $masterData->createCache('mtb_constants', array(), true, array('id', 'remarks'));
     $this->assertEquals(true, defined('ECCUBE_VERSION'));
 }
开发者ID:ryoogata,项目名称:eccube-SQLAzureSupport-plugin,代码行数:10,代码来源:SC_DB_MasterData_Test.php


示例17: init

 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $masterData = new SC_DB_MasterData_Ex();
     $this->arrPref = $masterData->getMasterData('mtb_pref');
     $this->tpl_title = t('c_Delivery destination_02');
     $this->httpCacheControl('nocache');
 }
开发者ID:Rise-Up-Cambodia,项目名称:Rise-Up,代码行数:13,代码来源:LC_Page_Shopping_Deliv.php


示例18: init

 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_page_category = 'abouts';
     $this->tpl_title = '当サイトについて';
     $masterData = new SC_DB_MasterData_Ex();
     $this->arrPref = $masterData->getMasterData('mtb_pref');
 }
开发者ID:nanasess,项目名称:eccube-WindowsAzureBlob-plugin,代码行数:13,代码来源:LC_Page_Abouts.php


示例19: init

 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_onload = 'fnCheckInputPoint();';
     $this->tpl_title = 'お支払方法・お届け時間等の指定';
     $masterData = new SC_DB_MasterData_Ex();
     $this->arrPref = $masterData->getMasterData('mtb_pref');
 }
开发者ID:snguyenone,项目名称:ec-cube-ja-2.12.6,代码行数:13,代码来源:LC_Page_Shopping_Payment.php


示例20: init

 /**
  * Page を初期化する.
  *
  * @return void
  */
 function init()
 {
     parent::init();
     $this->tpl_onload = 'fnCheckInputPoint();';
     $this->tpl_title = t('c_Payment method and delivery time_01');
     $masterData = new SC_DB_MasterData_Ex();
     $this->arrPref = $masterData->getMasterData('mtb_pref');
 }
开发者ID:Rise-Up-Cambodia,项目名称:Rise-Up,代码行数:13,代码来源:LC_Page_Shopping_Payment.php



注:本文中的SC_DB_MasterData_Ex类示例整理自Github/MSDocs等源码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。


鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
PHP SC_Date_Ex类代码示例发布时间:2022-05-23
下一篇:
PHP SC_DB_DBFactory_Ex类代码示例发布时间:2022-05-23
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap