- Timestamp:
- 2013/02/18 19:09:54 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/pages/contact/LC_Page_Contact.php
r22206 r22567 32 32 * @version $Id$ 33 33 */ 34 class LC_Page_Contact extends LC_Page_Ex { 34 class LC_Page_Contact extends LC_Page_Ex 35 { 35 36 36 37 // }}} … … 42 43 * @return void 43 44 */ 44 function init() { 45 function init() 46 { 45 47 parent::init(); 46 48 if (SC_Display_Ex::detectDevice() == DEVICE_TYPE_MOBILE) { … … 66 68 * @return void 67 69 */ 68 function process() { 70 function process() 71 { 69 72 parent::process(); 70 73 $this->action(); … … 77 80 * @return void 78 81 */ 79 function action() { 82 function action() 83 { 80 84 81 85 $objDb = new SC_Helper_DB_Ex(); … … 140 144 * @return void 141 145 */ 142 function destroy() { 146 function destroy() 147 { 143 148 parent::destroy(); 144 149 } … … 153 158 * @return void 154 159 */ 155 function lfInitParam(&$objFormParam) { 160 function lfInitParam(&$objFormParam) 161 { 156 162 157 163 $objFormParam->addParam('お名前(姓)', 'name01', STEXT_LEN, 'KVa', array('EXIST_CHECK','SPTAB_CHECK','MAX_LENGTH_CHECK')); … … 178 184 * @return array 入力チェック結果の配列 179 185 */ 180 function lfCheckError(&$objFormParam) { 186 function lfCheckError(&$objFormParam) 187 { 181 188 // 入力データを渡す。 182 189 $arrForm = $objFormParam->getHashArray(); … … 192 199 * @return void 193 200 */ 194 function lfSendMail(&$objPage) { 201 function lfSendMail(&$objPage) 202 { 195 203 $CONF = SC_Helper_DB_Ex::sfGetBasisData(); 196 204 $objPage->tpl_shopname = $CONF['shop_name'];
Note: See TracChangeset
for help on using the changeset viewer.
