- Timestamp:
- 2013/05/02 18:11:36 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/pages/mypage/LC_Page_Mypage.php
r22567 r22796 32 32 * @version $Id$ 33 33 */ 34 class LC_Page_MyPage extends LC_Page_AbstractMypage_Ex 35 { 34 class LC_Page_MyPage extends LC_Page_AbstractMypage_Ex { 36 35 37 36 // {{{ properties … … 48 47 * @return void 49 48 */ 50 function init() 51 { 49 function init() { 52 50 parent::init(); 53 51 $this->tpl_mypageno = 'index'; … … 68 66 * @return void 69 67 */ 70 function process() 71 { 68 function process() { 72 69 parent::process(); 73 70 } … … 78 75 * @return void 79 76 */ 80 function action() 81 { 77 function action() { 82 78 83 79 $objCustomer = new SC_Customer_Ex(); … … 104 100 } 105 101 // 支払い方法の取得 106 $this->arrPayment = SC_Helper_ Payment_Ex::getIDValueList();102 $this->arrPayment = SC_Helper_DB_Ex::sfGetIDValueList('dtb_payment', 'payment_id', 'payment_method'); 107 103 // 1ページあたりの件数 108 104 $this->dispNumber = SEARCH_PMAX; 109 110 $this->json_payment = SC_Utils::jsonEncode($this->arrPayment);111 $this->json_customer_order_status = SC_Utils::jsonEncode($this->arrCustomerOrderStatus);112 105 } 113 106 … … 117 110 * @return void 118 111 */ 119 function destroy() 120 { 112 function destroy() { 121 113 parent::destroy(); 122 114 } … … 130 122 * @return void 131 123 */ 132 function lfGetOrderHistory($customer_id, $startno = -1) 133 { 124 function lfGetOrderHistory($customer_id, $startno = -1) { 134 125 $objQuery = SC_Query_Ex::getSingletonInstance(); 135 126
Note: See TracChangeset
for help on using the changeset viewer.
