Changeset 15872
- Timestamp:
- 2007/09/21 20:15:26 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/class/pages/admin/products/LC_Page_Admin_Products_ProductSelect.php
r15557 r15872 29 29 parent::init(); 30 30 $this->tpl_mainpage = 'products/product_select.tpl'; 31 $this->tpl_mainno = 'products';32 $this->tpl_subnavi = '';33 $this->tpl_subno = "";34 $this->tpl_subtitle = '商品選択';31 $this->tpl_mainno = 'products'; 32 $this->tpl_subnavi = ''; 33 $this->tpl_subno = ""; 34 $this->tpl_subtitle = '商品選択'; 35 35 36 36 } … … 103 103 $objQuery = new SC_Query(); 104 104 // 行数の取得 105 if (empty($arrval)) { 106 $arrval = array(); 107 } 105 108 $linemax = $objQuery->count("dtb_products", $where, $arrval); 106 $this->tpl_linemax = $linemax; // 何件が該当しました。表示用109 $this->tpl_linemax = $linemax; // 何件が該当しました。表示用 107 110 108 111 // ページ送りの処理 … … 116 119 // ページ送りの取得 117 120 $objNavi = new SC_PageNavi($_POST['search_pageno'], $linemax, $page_max, "fnNaviSearchOnlyPage", NAVI_PMAX); 118 $this->tpl_strnavi = $objNavi->strnavi; // 表示文字列121 $this->tpl_strnavi = $objNavi->strnavi; // 表示文字列 119 122 $startno = $objNavi->start_row; 120 123 … … 151 154 function lfConvertParam() { 152 155 /* 153 * 文字列の変換154 * K : 「半角(ハンカク)片仮名」を「全角片仮名」に変換155 * C : 「全角ひら仮名」を「全角かた仮名」に変換156 * V : 濁点付きの文字を一文字に変換。"K","H"と共に使用します157 * n : 「全角」数字を「半角(ハンカク)」に変換156 * 文字列の変換 157 * K : 「半角(ハンカク)片仮名」を「全角片仮名」に変換 158 * C : 「全角ひら仮名」を「全角かた仮名」に変換 159 * V : 濁点付きの文字を一文字に変換。"K","H"と共に使用します 160 * n : 「全角」数字を「半角(ハンカク)」に変換 158 161 */ 159 162 $arrConvList['search_name'] = "KVa";
Note: See TracChangeset
for help on using the changeset viewer.
